Class VuforiaDataSet
Vuforia data set.
Implements
Inherited Members
Namespace: Evergine.Vuforia
Assembly: Evergine.Vuforia.dll
Syntax
public class VuforiaDataSet : DisposableObject, IDisposable
Constructors
VuforiaDataSet(string)
Initializes a new instance of the VuforiaDataSet class.
Declaration
public VuforiaDataSet(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The dataset's path. |
Fields
Trackables
Gets the trackable collection.
Declaration
public List<Trackable> Trackables
Field Value
Type | Description |
---|---|
List<Trackable> |
path
DataSet path.
Declaration
public string path
Field Value
Type | Description |
---|---|
string |
Properties
DataSet
Gets the vuforia dataset.
Declaration
public DataSet DataSet { get; }
Property Value
Type | Description |
---|---|
DataSet |
IsEnabled
Gets or sets a value indicating whether Enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Loaded
Gets a value indicating whether loaded.
Declaration
public bool Loaded { get; }
Property Value
Type | Description |
---|---|
bool |
Path
Gets or sets the dataset's path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Destroy()
Destroy all resources of this instance.
Declaration
protected override void Destroy()
Overrides
RefreshDataSetActivation()
Starts or stops the dataset refreshing using the IsEnabled property.
Declaration
public void RefreshDataSetActivation()