Class BoxDisplayConfiguration
Shareable configuration for the BoxDisplay of BoundsControl This class provides all data members needed to create a solid box display for bounds control
Namespace: Microsoft.MixedReality.Toolkit.UI.BoundsControl
Assembly: cs.temp.dll.dll
Syntax
public class BoxDisplayConfiguration : ScriptableObject
Properties
BoxGrabbedMaterial
Material used to display the bounding box when grabbed. If set to null no change will occur when grabbed.
Declaration
public Material BoxGrabbedMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |
BoxMaterial
Material used to display the bounding box. If set to null no bounding box will be displayed
Declaration
public Material BoxMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |
FlattenAxisDisplayScale
When an axis is flattened what value to set that axis's scale to for display.
Declaration
public float FlattenAxisDisplayScale { get; set; }
Property Value
Type | Description |
---|---|
Single |