GizmoType[Get] Draw gizmo in space according to the runtime value of the field/property data. | |
Color | Color[Get] The color used for DebugGizmo line drawing and inspector row pill icon. |
bool | Tweakable[Get] Specify whether this field/property is tweakable, will show control UI in panel. |
float | Min[Get] Minimum value for the tweak slider. |
float | Max[Get] Maximum value for the tweak slider. |
string | Category[Get] Optional category for a specific tab in Inspector Panel. |
DebugMember ( DebugColor color ) |
DebugGizmoType Meta.XR.ImmersiveDebugger.DebugMember.GizmoType |
---|
Draw gizmo in space according to the runtime value of the field/property data. |
Color Meta.XR.ImmersiveDebugger.DebugMember.Color |
---|
The color used for DebugGizmo line drawing and inspector row pill icon. |
bool Meta.XR.ImmersiveDebugger.DebugMember.Tweakable |
---|
Specify whether this field/property is tweakable, will show control UI in panel. For now only supports float and use together with Min, Max param. |
float Meta.XR.ImmersiveDebugger.DebugMember.Min |
---|
Minimum value for the tweak slider. |
float Meta.XR.ImmersiveDebugger.DebugMember.Max |
---|
Maximum value for the tweak slider. |
string Meta.XR.ImmersiveDebugger.DebugMember.Category |
---|
Optional category for a specific tab in Inspector Panel. |
Meta.XR.ImmersiveDebugger.DebugMember.DebugMember ( DebugColor color ) |
---|
No description available.
|