class MAGES::Analytics::InteractionRecord¶
Overview¶
Class that represents the tracked data of an interaction. More…
class InteractionRecord { public: // properties string Interactor; string Interactable; ListActionNames; float Timestamp; };
Detailed Documentation¶
Class that represents the tracked data of an interaction.
Properties¶
string Interactor
Gets or sets name of interactor object.
string Interactable
Gets or sets name of interactable object.
ListActionNames
Gets or sets names of the current live Actions.
float Timestamp
Gets or sets its time occurence.