Class TraitNames
A common list of trait names for consistency This is not an exhaustive list of all possible traits, but simply provides a reference of traits that can be easily renamed and universally agreed-upon. It is quite possible to use trait names that are not specified here.
Namespace: Unity.MARS.Query
Syntax
public static class TraitNames : object
Fields
Alignment
Alignment trait
Declaration
public const string Alignment = null
Field Value
Type | Description |
---|---|
String |
Body
A tracked human body trait
Declaration
public const string Body = null
Field Value
Type | Description |
---|---|
String |
Bounds2D
Bounds2D trait
Declaration
public const string Bounds2D = null
Field Value
Type | Description |
---|---|
String |
DisplayFlat
Display flat trait
Declaration
public const string DisplayFlat = null
Field Value
Type | Description |
---|---|
String |
DisplaySpatial
Display spatial trait
Declaration
public const string DisplaySpatial = null
Field Value
Type | Description |
---|---|
String |
Environment
Environment trait
Declaration
public const string Environment = null
Field Value
Type | Description |
---|---|
String |
Face
Face trait
Declaration
public const string Face = null
Field Value
Type | Description |
---|---|
String |
Floor
Floor trait
Declaration
public const string Floor = null
Field Value
Type | Description |
---|---|
String |
Geolocation
Geolocation trait
Declaration
public const string Geolocation = null
Field Value
Type | Description |
---|---|
String |
HeightAboveFloor
Height above floor trait
Declaration
public const string HeightAboveFloor = null
Field Value
Type | Description |
---|---|
String |
InView
In view trait
Declaration
public const string InView = null
Field Value
Type | Description |
---|---|
String |
Marker
Marker trait
Declaration
public const string Marker = null
Field Value
Type | Description |
---|---|
String |
MarkerId
Marker Id trait
Declaration
public const string MarkerId = null
Field Value
Type | Description |
---|---|
String |
Plane
Plane trait
Declaration
public const string Plane = null
Field Value
Type | Description |
---|---|
String |
Point
Point trait
Declaration
public const string Point = null
Field Value
Type | Description |
---|---|
String |
Pose
Pose trait
Declaration
public const string Pose = null
Field Value
Type | Description |
---|---|
String |
TrackingState
Tracking trait
Declaration
public const string TrackingState = null
Field Value
Type | Description |
---|---|
String |
User
User trait
Declaration
public const string User = null
Field Value
Type | Description |
---|---|
String |