Search Results for

    Show / Hide Table of Contents

    Enum VuMarkDataTypes

    The type of VuMark data encoded in this ID.

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

    Fields

    Name Description
    Bytes

    Generic byte data, stored in little-endian order in the buffer. For example, and ID of 0x123456 would appear as { 0x56, 0x34, 0x12 }

    Numeric

    Numeric data, not larger than a 64 bit unsigned long long.

    String

    Printable string data in ASCII.

    Extension Methods

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