Enum HandleType
Enum describing the type of handle grabbed; can be a rotation (edge-mounted) handle, a scaling (corner-mounted) handle, or a translation (face-mounted) handle.
Namespace: Microsoft.MixedReality.Toolkit.UI.BoundsControlTypes
Assembly: cs.temp.dll.dll
Syntax
public enum HandleType
Fields
| Name | Description |
|---|---|
| None | |
| Rotation | |
| Scale | |
| Translation |