PointerEvent Struct
Used to create event payloads when an interaction occurs.
Contains information about the type of interaction, where it occurred in space, and any custom data associated with the interaction.
PointerEventType Type[Get]
Constructors & Destructors
PointerEvent ( int identifier,
PointerEventType type,
Pose pose,
object data )