Class XRFeaturePoints
Store the feature points (debug purposes).
Implements
Inherited Members
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()