Search Results for

    Show / Hide Table of Contents

    Class XRFaceTrackable

    Face detection anchor.

    Inheritance
    object
    XRTrackableItem
    XRFaceTrackable
    Inherited Members
    XRTrackableItem.ID
    XRTrackableItem.Transform
    XRTrackableItem.GetHashCode()
    XRTrackableItem.Equals(object)
    Namespace: Evergine.Framework.XR.TrackableItems.Faces
    Assembly: Evergine.Framework.dll
    Syntax
    public class XRFaceTrackable : XRTrackableItem

    Constructors

    XRFaceTrackable(Guid)

    Initializes a new instance of the XRFaceTrackable class.

    Declaration
    public XRFaceTrackable(Guid id)
    Parameters
    Type Name Description
    Guid id

    Anchor identifier.

    Properties

    LeftForeheadPose

    Gets or sets left forehad pose.

    Declaration
    public Matrix4x4 LeftForeheadPose { get; set; }
    Property Value
    Type Description
    Matrix4x4

    MeshNormalsCount

    Gets or sets number of normals.

    Declaration
    public int MeshNormalsCount { get; set; }
    Property Value
    Type Description
    int

    MeshNormalsPointer

    Gets or sets pointer to native mesh normals buffer.

    Declaration
    public IntPtr MeshNormalsPointer { get; set; }
    Property Value
    Type Description
    IntPtr

    MeshTextureCoordinatesCount

    Gets or sets number of texture coordinates.

    Declaration
    public int MeshTextureCoordinatesCount { get; set; }
    Property Value
    Type Description
    int

    MeshTextureCoordinatesPointer

    Gets or sets pointer to native mesh texture coordinates buffer.

    Declaration
    public IntPtr MeshTextureCoordinatesPointer { get; set; }
    Property Value
    Type Description
    IntPtr

    MeshTriangleIndicesCount

    Gets or sets number of indexes.

    Declaration
    public int MeshTriangleIndicesCount { get; set; }
    Property Value
    Type Description
    int

    MeshTriangleIndicesPointer

    Gets or sets pointer to native mesh index buffer.

    Declaration
    public IntPtr MeshTriangleIndicesPointer { get; set; }
    Property Value
    Type Description
    IntPtr

    MeshVerticesCount

    Gets or sets number of vertices.

    Declaration
    public int MeshVerticesCount { get; set; }
    Property Value
    Type Description
    int

    MeshVerticesPointer

    Gets or sets pointer to native mesh vertices buffer.

    Declaration
    public IntPtr MeshVerticesPointer { get; set; }
    Property Value
    Type Description
    IntPtr

    NosePose

    Gets or sets nose pose.

    Declaration
    public Matrix4x4 NosePose { get; set; }
    Property Value
    Type Description
    Matrix4x4

    RightForeheadPose

    Gets or sets right forehad pose.

    Declaration
    public Matrix4x4 RightForeheadPose { get; set; }
    Property Value
    Type Description
    Matrix4x4

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX