Class XRFeaturePoints
Stores the feature points (for debugging purposes).
Inherited Members
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()