BoxBoundsHandle
Create a new instance of the BoxBoundsHandle class.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
BoxBoundsHandle(int)
Create a new instance of the BoxBoundsHandle class.
public BoxBoundsHandle(int controlIDHint)
Parameters
An integer value used to generate consistent control IDs for each control handle on this instance. Avoid using the same value for all of your BoxBoundsHandle instances.
BoxBoundsHandle()
Create a new instance of the BoxBoundsHandle class.
public BoxBoundsHandle()