class MAGES::Analytics::TransformRecord¶
Overview¶
Class that represents the tracked data of transform. More…
class TransformRecord { public: // properties string Name; Vector3 Position; Quaternion Rotation; ListActionNames; float Timestamp; float DistanceCovered; float DistanceToCompare; };
Detailed Documentation¶
Class that represents the tracked data of transform.
Properties¶
string Name
Gets or sets name of the object.
Vector3 Position
Gets or sets the position of the object.
Quaternion Rotation
Gets or sets the rotation of the object.
ListActionNames
Gets or sets names of the current live Actions.
float Timestamp
Gets or sets its time occurence.
float DistanceCovered
Gets or sets the distance covered thus far.
float DistanceToCompare
Gets or sets the to compare to.