Show / Hide Table of Contents

    Struct MarkerCorners

    Struct that contains world positions and orientations for marker corners.

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

    Fields

    bottomLeft

    Declaration
    public Vector3 bottomLeft
    Field Value
    Type Description
    Vector3

    bottomRight

    Declaration
    public Vector3 bottomRight
    Field Value
    Type Description
    Vector3

    orientation

    Declaration
    public Quaternion orientation
    Field Value
    Type Description
    Quaternion

    topLeft

    Declaration
    public Vector3 topLeft
    Field Value
    Type Description
    Vector3

    topRight

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