Interlude.Tick.Extra.DebugUI.BoundsIntField
interludesoftware.tick¶
Interlude.Tick.Extra.DebugUI¶
BoundsIntField Class¶
Inheritance System.Object → BoundsIntField
Properties¶
BoundsIntField.Height Property¶
Total pixel height consumed by Do(UI, string, BoundsInt).
Property Value¶
Methods¶
BoundsIntField.Do(UI, string, BoundsInt) Method¶
Draws a two-row integer bounds editor: top row = Position X/Y/Z, bottom row = Size X/Y/Z. Returns true if the value changed.
Parameters¶
ui UI
value UnityEngine.BoundsInt
Returns¶
BoundsIntField.DoLabelled(UI, string, string, BoundsInt) Method¶
Draws a labelled two-row integer bounds editor. Returns true if the value changed.
Parameters¶
ui UI
label System.String
value UnityEngine.BoundsInt