interface VRViewingDirectionChangedEvent {
    direction: ViewingDirection;
    timestamp: number;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

direction: ViewingDirection
timestamp: number

The time at which this event was fired

Event type, e.g. 'play'