Class PerAxisHandlesConfiguration
Configuration for PerAxisHandles used in BoundsControl. This class provides all data members needed to create axis based handles for BoundsControl.
Inheritance
PerAxisHandlesConfiguration
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI.BoundsControl
Assembly: cs.temp.dll.dll
Syntax
public abstract class PerAxisHandlesConfiguration : HandlesBaseConfiguration
Properties
HandlePrefabColliderType
Determines the type of collider that will surround the handle prefab.
Declaration
public HandlePrefabCollider HandlePrefabColliderType { get; set; }
Property Value
Type | Description |
---|---|
HandlePrefabCollider |
ShowHandleForX
Shows handles for the X axis.
Declaration
public bool ShowHandleForX { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ShowHandleForY
Shows handles for the Y axis.
Declaration
public bool ShowHandleForY { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ShowHandleForZ
Shows handles for the Z axis.
Declaration
public bool ShowHandleForZ { get; set; }
Property Value
Type | Description |
---|---|
Boolean |