mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-09-17 17:34:35 +08:00
Compare commits
3 Commits
f7bc2def04
...
89427b41f9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
89427b41f9 | ||
![]() |
e4cd108ad9 | ||
![]() |
23b87225ce |
@ -406,7 +406,7 @@ namespace DCFApixels
|
||||
[IN(LINE)]
|
||||
public DrawHandler Gizmo<T>(T value) where T : IGizmo<T>
|
||||
{
|
||||
#if UNITY_EDITOR || !DISABLE_DEBUGX_INBUILD
|
||||
#if UNITY_EDITOR || !DEBUGX_DISABLE_INBUILD
|
||||
GetCurrentContextController().Add(value, Duration, Color);
|
||||
#endif
|
||||
return this;
|
||||
@ -414,7 +414,7 @@ namespace DCFApixels
|
||||
[IN(LINE)]
|
||||
public DrawHandler Gizmos<T>(ReadOnlySpan<T> values) where T : IGizmo<T>
|
||||
{
|
||||
#if UNITY_EDITOR || !DISABLE_DEBUGX_INBUILD
|
||||
#if UNITY_EDITOR || !DEBUGX_DISABLE_INBUILD
|
||||
GetCurrentContextController().AddRange(values, Duration, Color);
|
||||
#endif
|
||||
return this;
|
||||
|
@ -8,7 +8,7 @@
|
||||
"displayName": "DebugX",
|
||||
"description": "",
|
||||
"unity": "2021.3",
|
||||
"version": "0.8.10",
|
||||
"version": "0.8.11",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DebugX.git"
|
||||
|
Loading…
Reference in New Issue
Block a user