Show / Hide Table of Contents

    Enum FlattenModeType

    Enum which describes how an object's bounds control is to be flattened.

    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UI.BoundsControlTypes
    Assembly: cs.temp.dll.dll
    Syntax
    public enum FlattenModeType

    Fields

    Name Description
    DoNotFlatten
    FlattenAuto

    Flatten the smallest relative axis if it falls below threshold

    FlattenX

    Flatten the X axis

    FlattenY

    Flatten the Y axis

    FlattenZ

    Flatten the Z axis

    Back to top Generated by DocFX