mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-09-18 18:14:36 +08:00
Compare commits
No commits in common. "e4cd108ad9e1a3c86c813368b5a6d66e442b139b" and "a7b06f5af778b17f5781ad6669cdf149a12f0d3f" have entirely different histories.
e4cd108ad9
...
a7b06f5af7
@ -396,7 +396,7 @@ namespace DCFApixels
|
|||||||
[IN(LINE)]
|
[IN(LINE)]
|
||||||
public DrawHandler Gizmo<T>(T value) where T : IGizmo<T>
|
public DrawHandler Gizmo<T>(T value) where T : IGizmo<T>
|
||||||
{
|
{
|
||||||
#if UNITY_EDITOR || !DEBUGX_DISABLE_INBUILD
|
#if UNITY_EDITOR || !DISABLE_DEBUGX_INBUILD
|
||||||
GetCurrentContextController().Add(value, Duration, Color);
|
GetCurrentContextController().Add(value, Duration, Color);
|
||||||
#endif
|
#endif
|
||||||
return this;
|
return this;
|
||||||
@ -404,7 +404,7 @@ namespace DCFApixels
|
|||||||
[IN(LINE)]
|
[IN(LINE)]
|
||||||
public DrawHandler Gizmos<T>(ReadOnlySpan<T> values) where T : IGizmo<T>
|
public DrawHandler Gizmos<T>(ReadOnlySpan<T> values) where T : IGizmo<T>
|
||||||
{
|
{
|
||||||
#if UNITY_EDITOR || !DEBUGX_DISABLE_INBUILD
|
#if UNITY_EDITOR || !DISABLE_DEBUGX_INBUILD
|
||||||
GetCurrentContextController().AddRange(values, Duration, Color);
|
GetCurrentContextController().AddRange(values, Duration, Color);
|
||||||
#endif
|
#endif
|
||||||
return this;
|
return this;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"displayName": "DebugX",
|
"displayName": "DebugX",
|
||||||
"description": "",
|
"description": "",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
"version": "0.8.11",
|
"version": "0.8.10",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DCFApixels/DebugX.git"
|
"url": "https://github.com/DCFApixels/DebugX.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user