Enum ObjectType
Enum specifying the object type of an AnalysisObject.
Namespace: IMLD.MixedRealityAnalysis.Core
Assembly: Assembly-CSharp.dll
Syntax
public enum ObjectType
Fields
Name | Description |
---|---|
DEVICE | Object is a tracked device. |
OBJECT | The object is a generic physical object. |
STATIC | The object is static. |
TOUCH | Object is presenting touches. |
TRACKABLE | Object is a generic trackable. |
UNKNOWN | The type of the object is unknown. |
USER | Object is a tracked person. |