mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-09-17 17:34:35 +08:00
Compare commits
2 Commits
be682a4edd
...
4477d510f6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4477d510f6 | ||
![]() |
9c52a097c2 |
@ -151,7 +151,7 @@ public struct SomeMesh : IStaticMesh
|
||||
# Настройки
|
||||
Окно настроек "Tools -> DebugX -> Settings":
|
||||
|
||||

|
||||

|
||||
|
||||
<br>
|
||||
|
||||
@ -253,4 +253,7 @@ SomeAssets assets = DebugXUtility.LoadStaticData(new SomeAssets(), "SomeAssets")
|
||||
<br>
|
||||
|
||||
# Define Symbols
|
||||
+ `DISABLE_DEBUGX_INBUILD` - по умолчанию Gizmo будут рисовать в сборке проекта, этот дефайн отключает рисование. Включить или выключить можно так же в окне настроек DebugX.
|
||||
Все Define Symbols можно менять в окне настроек.
|
||||
+ `DEBUGX_DISABLE_INBUILD` - По умолчанию Gizmo будут рисовать в сборке проекта, этот дефайн отключает рисование.
|
||||
+ `DEBUGX_ENABLE_PHYSICS2D` - Включает Gizmos для Physics2D.
|
||||
+ `DEBUGX_ENABLE_PHYSICS3D` - Включает Gizmos для Physics3D.
|
@ -154,7 +154,7 @@ public struct SomeMesh : IStaticMesh
|
||||
# 设置
|
||||
设置窗口位于 "Tools -> DebugX -> Settings":
|
||||
|
||||

|
||||

|
||||
|
||||
<br>
|
||||
|
||||
@ -256,4 +256,7 @@ SomeAssets assets = DebugXUtility.LoadStaticData(new SomeAssets(), "SomeAssets")
|
||||
<br>
|
||||
|
||||
# Define Symbols
|
||||
+ `DISABLE_DEBUGX_INBUILD` - By default, Gizmos will be drawn in the project build. This define disables drawing. It can also be enabled or disabled in the DebugX settings window.
|
||||
All Define Symbols can be changed in the settings window
|
||||
+ `DEBUGX_DISABLE_INBUILD` - By default, Gizmos will be drawn in the project build. This define disables drawing.
|
||||
+ `DEBUGX_ENABLE_PHYSICS2D` - Enable Physics2D Gizmos.
|
||||
+ `DEBUGX_ENABLE_PHYSICS3D` - Enable Physics3D Gizmos.
|
@ -150,7 +150,7 @@ public struct SomeMesh : IStaticMesh
|
||||
# Settings
|
||||
Settings window "Tools -> DebugX -> Settings":
|
||||
|
||||

|
||||

|
||||
|
||||
<br>
|
||||
|
||||
@ -252,4 +252,7 @@ SomeAssets assets = DebugXUtility.LoadStaticData(new SomeAssets(), "SomeAssets")
|
||||
<br>
|
||||
|
||||
# Define Symbols
|
||||
+ `DISABLE_DEBUGX_INBUILD` - By default, Gizmos will be drawn in the project build. This define disables drawing. It can also be enabled or disabled in the DebugX settings window.
|
||||
All Define Symbols can be changed in the settings window
|
||||
+ `DEBUGX_DISABLE_INBUILD` - By default, Gizmos will be drawn in the project build. This define disables drawing.
|
||||
+ `DEBUGX_ENABLE_PHYSICS2D` - Enable Physics2D Gizmos.
|
||||
+ `DEBUGX_ENABLE_PHYSICS3D` - Enable Physics3D Gizmos.
|
||||
|
Loading…
Reference in New Issue
Block a user