日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Enum BoundingBox.FlattenModeType

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

    Namespace: Microsoft.MixedReality.Toolkit.UI
    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