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.
Inherited Members
Namespace: Unity.MARS.Query
Assembly: Unity.MARS.Interfaces.dll
Syntax
[MovedFrom("Unity.MARS")]
public static class TraitNames
Fields
Alignment
Alignment trait
Declaration
public const string Alignment = "alignment"
Field Value
Type | Description |
---|---|
string |
Body
A tracked human body trait
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
string |
Bounds2D
Bounds2D trait
Declaration
public const string Bounds2D = "bounds2d"
Field Value
Type | Description |
---|---|
string |
DisplayFlat
Display flat trait
Declaration
public const string DisplayFlat = "displayFlat"
Field Value
Type | Description |
---|---|
string |
DisplaySpatial
Display spatial trait
Declaration
public const string DisplaySpatial = "displaySpatial"
Field Value
Type | Description |
---|---|
string |
Environment
Environment trait
Declaration
public const string Environment = "environment"
Field Value
Type | Description |
---|---|
string |
Face
Face trait
Declaration
public const string Face = "face"
Field Value
Type | Description |
---|---|
string |
Floor
Floor trait
Declaration
public const string Floor = "floor"
Field Value
Type | Description |
---|---|
string |
Geolocation
Geolocation trait
Declaration
public const string Geolocation = "geolocation"
Field Value
Type | Description |
---|---|
string |
HeightAboveFloor
Height above floor trait
Declaration
public const string HeightAboveFloor = "heightAboveFloor"
Field Value
Type | Description |
---|---|
string |
InView
In view trait
Declaration
public const string InView = "inView"
Field Value
Type | Description |
---|---|
string |
Marker
Marker trait
Declaration
public const string Marker = "marker"
Field Value
Type | Description |
---|---|
string |
MarkerId
Marker Id trait
Declaration
public const string MarkerId = "markerId"
Field Value
Type | Description |
---|---|
string |
Plane
Plane trait
Declaration
public const string Plane = "plane"
Field Value
Type | Description |
---|---|
string |
Point
Point trait
Declaration
public const string Point = "point"
Field Value
Type | Description |
---|---|
string |
Pose
Pose trait
Declaration
public const string Pose = "pose"
Field Value
Type | Description |
---|---|
string |
TrackingState
Tracking trait
Declaration
public const string TrackingState = "trackingState"
Field Value
Type | Description |
---|---|
string |
User
User trait
Declaration
public const string User = "user"
Field Value
Type | Description |
---|---|
string |