All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
VuMark Feature

Classes

class  HitTestResult
 The result of performing a hit test in the world. More...
 
class  VuMarkBehaviour
 This class serves both as an augmentation definition for a VuMark in the editor as well as a tracked VuMark result at runtime. More...
 
interface  VuMarkInstanceId
 The InstanceId contains the id for a particular VuMark. More...
 

Enumerations

enum  InstanceIdType {
  BYTE = 0 ,
  STRING = 1 ,
  NUMERIC = 2
}
 VuMark ID Type. More...
 

Detailed Description

Enumeration Type Documentation

◆ InstanceIdType

VuMark ID Type.

Enumerator
BYTE 

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

STRING 

Printable ASCII string data.

NUMERIC 

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