Search Results for

    Show / Hide Table of Contents

    Class VuforiaDataSet

    Vuforia data set.

    Inheritance
    object
    DisposableObject
    VuforiaDataSet
    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.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
    DisposableObject.Destroy()

    RefreshDataSetActivation()

    Starts or stops the dataset refreshing using the IsEnabled property.

    Declaration
    public void RefreshDataSetActivation()

    Implements

    IDisposable

    Extension Methods

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