Search Results for

    Show / Hide Table of Contents

    Class VuMarkTargetBehavior

    A component that binds an Vuforia VuMark target with an entity.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    PrefabInstanceObject
    Component
    Behavior
    VuforiaTargetBehavior
    VuMarkTargetBehavior
    Implements
    IDependencyObject
    Inherited Members
    VuforiaTargetBehavior.vuforiaService
    VuforiaTargetBehavior.TargetName
    VuforiaTargetBehavior.IsStatic
    VuforiaTargetBehavior.TrackableResult
    VuforiaTargetBehavior.TrackableStatus
    VuforiaTargetBehavior.OnAttached()
    VuforiaTargetBehavior.Update(TimeSpan)
    VuforiaTargetBehavior.OnDetach()
    Behavior.Family
    Behavior.UpdateOrder
    Component.Owner
    Component.Managers
    Component.ShouldBeActivated
    Component.Clone()
    Component.Attach(Entity)
    Component.OnLoaded()
    Component.OnActivated()
    Component.Start()
    Component.OnDeactivated()
    Component.OnDestroy()
    PrefabInstanceObject.PrefabSource
    PrefabInstanceObject.RefreshPrefab(Prefab)
    PrefabInstanceObject.PrefabElementId
    PrefabInstanceObject.IsPrefabInstance
    PrefabInstanceObject.IsMissingPrefabSource
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Vuforia
    Assembly: Evergine.Vuforia.dll
    Syntax
    public class VuMarkTargetBehavior : VuforiaTargetBehavior, IDependencyObject

    Properties

    AvailableTrackables

    Gets enumerable that contains the names of the VuMark trackables described by the dataset.

    Declaration
    public override IEnumerable<string> AvailableTrackables { get; }
    Property Value
    Type Description
    IEnumerable<string>
    Overrides
    VuforiaTargetBehavior.AvailableTrackables

    DataType

    Gets the data type that this entity should match.

    Declaration
    [RenderProperty(Tag = 1, Tooltip = "The data type that this entity should match")]
    public VuMarkDataTypes DataType { get; }
    Property Value
    Type Description
    VuMarkDataTypes

    NumericValue

    Gets the numeric ID value that match with this entity if the datatype is marked as a Numeric.

    Declaration
    [RenderProperty(AttachToTag = 1, AttachToValue = VuMarkDataTypes.Numeric, CustomPropertyName = "Numeric Value", Tooltip = "The numeric value that match with this entity if the datatype is marked as a 'Numeric'")]
    public ulong NumericValue { get; }
    Property Value
    Type Description
    ulong

    StringValue

    Gets the string ID value that match with this entity if the datatype is marked as a String.

    Declaration
    [RenderProperty(AttachToTag = 1, AttachToValue = VuMarkDataTypes.String, CustomPropertyName = "String ID", Tooltip = "The string ID value that match with this entity if the datatype is marked as a 'String'")]
    public string StringValue { get; }
    Property Value
    Type Description
    string

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX