API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceSceneInteractionOptions

@codexo/exojs / core / stable

Options for SceneInteraction.observe and SceneInteraction.scope.

1
props
0
methods
0
events
Import
import { SceneInteractionOptions } from '@codexo/exojs'

Options for SceneInteraction.observe and SceneInteraction.scope.

Properties1
When the registration takes part in dispatch: 'always' (the default) keeps it live through SceneDirector.pause, so a pause menu drawn by the paused scene still receives pointer events; 'active' detaches it while the scene is paused; 'paused' attaches it only then.
Source