Class ScaleHandlesConfiguration
Configuration for ScaleHandles used in BoundsControl This class provides all data members needed to create scale handles for BoundsControl
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI.BoundsControl
Assembly: cs.temp.dll.dll
Syntax
public class ScaleHandlesConfiguration : HandlesBaseConfiguration
Properties
HandleSlatePrefab
Prefab used to display handles for 2D slate. If not set, default box shape will be used
Declaration
public GameObject HandleSlatePrefab { get; set; }
Property Value
Type | Description |
---|---|
GameObject |
ScaleBehavior
Scale behavior that is applied when interacting with scale handles - default is uniform scaling. Non uniform mode scales the control according to hand / controller movement in space.
Declaration
public HandleScaleMode ScaleBehavior { get; set; }
Property Value
Type | Description |
---|---|
HandleScaleMode |
ShowScaleHandles
Public property to Set the visibility of the corner cube Scaling handles.
Declaration
public bool ShowScaleHandles { get; set; }
Property Value
Type | Description |
---|---|
Boolean |