Class RotationHandlesConfiguration
Configuration for RotationHandles used in BoundsControl This class provides all data members needed to create rotation handles for BoundsControl
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI.BoundsControl
Assembly: cs.temp.dll.dll
Syntax
public class RotationHandlesConfiguration : HandlesBaseConfiguration
Properties
RotationHandlePrefabColliderType
Determines the type of collider that will surround the rotation handle prefab.
Declaration
public HandlePrefabCollider RotationHandlePrefabColliderType { get; set; }
Property Value
Type | Description |
---|---|
HandlePrefabCollider |
ShowRotationHandleForX
Check to show rotation handles for the X axis
Declaration
public bool ShowRotationHandleForX { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ShowRotationHandleForY
Check to show rotation handles for the Y axis
Declaration
public bool ShowRotationHandleForY { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ShowRotationHandleForZ
Check to show rotation handles for the Z axis
Declaration
public bool ShowRotationHandleForZ { get; set; }
Property Value
Type | Description |
---|---|
Boolean |