XRSpectateStartedEvent¶
Class XRSpectateStartedEvent
Hierarchy (View Summary)
- WebVisEvent
- XRSpectateStartedEvent
Index
Constructors
Properties
Constructors
constructor
- new XRSpectateStartedEvent(xrMemberId: number): XRSpectateStartedEvent
Parameters
- xrMemberId: number
Returns XRSpectateStartedEvent
Properties
id
id: number
The unique ID of the event.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
xr Member Id
xrMemberId: number
The ID of the session member that is being spectated. XR_SPECTATE_STARTED
Event that is fired when an XR spectation is started.
See
RealityAPI.startXRSpectate