Search Results for

    Show / Hide Table of Contents

    Class XRFeaturePoints

    Stores the feature points (for debugging purposes).

    Inheritance
    object
    DisposableObject
    XRFeaturePoints
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    Namespace: Evergine.Framework.XR.FeaturePoints
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class XRFeaturePoints : DisposableObject

    Properties

    Points

    Gets or sets the feature points.

    Declaration
    public Vector4[] Points { get; set; }
    Property Value
    Type Description
    Vector4[]

    Methods

    Destroy()

    Destroys all resources of this instance.

    Declaration
    protected override void Destroy()
    Overrides
    DisposableObject.Destroy()

    Extension Methods

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