CapsuleBoundsHandle
Create a new instance of the CapsuleBoundsHandle class.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
CapsuleBoundsHandle(int)
Create a new instance of the CapsuleBoundsHandle class.
public CapsuleBoundsHandle(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 CapsuleBoundsHandle instances.
CapsuleBoundsHandle()
Create a new instance of the CapsuleBoundsHandle class.
public CapsuleBoundsHandle()