Search Results for

    Show / Hide Table of Contents

    Enum ImageTargetType

    The type of an ImageTarget. An ImageTarget can be predefined in a dataset, created at runtime as a user defined target, or fetched at runtime via cloud recognition.

    Namespace: Evergine.Vuforia
    Assembly: Evergine.Vuforia.dll
    Syntax
    public enum ImageTargetType

    Fields

    Name Description
    CLOUD_RECO

    The ImageTarget is fetched at runtime via cloud recognition.

    PREDEFINED

    The ImageTarget is predefined in a dataset.

    USER_DEFINED

    The ImageTarget is defined by user at runtime.

    Extension Methods

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