We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    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.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
    Back to top Generated by DocFX