mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    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

    Inheritance
    Object
    BoxDisplayConfiguration
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.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
    In This Article
    • Properties
      • BoxGrabbedMaterial
      • BoxMaterial
      • FlattenAxisDisplayScale
    Back to top Generated by DocFX