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

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

    Show / Hide Table of Contents

    Struct StabilizationPlaneOverride

    StablizationPlaneOverride is a class used to describe the plane to be used by the StabilizationPlaneModifier class

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct StabilizationPlaneOverride

    Fields

    Center

    Center of the plane

    Declaration
    public Vector3 Center
    Field Value
    Type Description
    Vector3

    Normal

    Normal of the plane

    Declaration
    public Vector3 Normal
    Field Value
    Type Description
    Vector3
    Back to top Generated by DocFX