Skip to main content

vrStart

import { EVENTS, VRStartEvent } from "@egjs/view360";

// Typescript
const onVRStart = (evt: VRStartEvent) => {};

view360.on(EVENTS.VR_START, onVRStart);

An event that fires after entering VR mode

info

The following is a list of available events in the example:

  • "vrStart", "vrEnd"

Events Triggered