ActionAxes |
Mapping of rotation action to axis |
BaseControls |
|
CameraMoveEndEvent |
Event: Fired when CameraRig ends a transition |
CameraMoveStartEvent |
Event: Fired when CameraRig starts a transition |
CameraMoveUpdateEvent |
Event: Fired on every tick of CameraRig’s transition |
ContinuousEvent |
|
DamperProps |
|
DamperValues |
|
DiscreteEvent |
|
ExitPOIsEvent |
Event: Fired when attempting to go the the next/previous point of interest, but none exists Fired on StoryPointsControls and PathPointsControls . controls.addEventListener('ExitPOIs', ...) |
FreeMovementControlsProps |
Properties that can be passed to the FreeMovementControls constructor |
IntertiaCompleteEvent |
|
KeyboardAdaptorContinuousEvent |
Event: Fired when a key in a continuous KeyboardAdaptor’s mapping is pressed (onKeyDown ) |
KeyboardAdaptorDiscreteEvent |
Event: Fired when a key in a discrete KeyboardAdaptor’s mapping is released (onKeyUp ) |
KeyboardAdaptorProps |
Properties that can be passed to the KeyboardAdaptor constructor |
KeyMapping |
Key-value pairs of semantic labels associated with an array of keys (corresponding to KeybordEvent.keys values) |
PathPointMarker |
|
PathPointsControlsProps |
Properties that can be passed to the PathPointsControls constructor |
PointerAdaptorEvent |
Event: Fired when when PointerEvent s are triggered |
PointerAdaptorProps |
Properties that can be passed to the PointerAdaptor constructor |
ScrollAction |
ScrollActions provide a way to add custom callback hooks for specific parts of the scroll area |
ScrollAdaptorEvent |
Event: Fired when when the ‘in view’ amount of the given DOM element changes |
ScrollAdaptorProps |
Properties that can be passed to the ScrollAdaptor constructor |
ScrollControlsProps |
Properties that can be passed to the ScrollControls constructor |
StoryPointMarker |
|
StoryPointsControlsProps |
Properties that can be passed to the StoryPointsControls constructor |
SwipeAdaptorEvent |
Event: Fired when when swipe are registered |
SwipeAdaptorProps |
Properties that can be passed to the SwipeAdaptor constructor |
ThreeDOFControlsProps |
Properties that can be passed to the ThreeDOFControls constructor |
TranslateGuide |
Describe whether rig should translate along current rotation in each action axis |
UpdatePOIsEvent |
Event: Fired when transitioning between points of interest. Fired on StoryPointsControls and PathPointsControls . controls.addEventListener('update', ...) |
WheelAdaptorContinuousEvent |
Event: Fired on a continuous WheelAdaptor in response to wheel events |
WheelAdaptorDiscreteEvent |
Event: Fired when when discrete wheel events are registered |
WheelAdaptorProps |
Properties that can be passed to the WheelAdaptor constructor |