Search Results for

    Show / Hide Table of Contents

    Class XRFeaturePoints

    Store the feature points (debug purposes).

    Inheritance
    object
    DisposableObject
    XRFeaturePoints
    ARMobileFeaturePoints
    Implements
    IDisposable
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.XR.FeaturePoints
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class XRFeaturePoints : DisposableObject, IDisposable

    Properties

    Points

    Gets or sets the feature points.

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

    Methods

    Destroy()

    Destroy all resources of this instance.

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

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX