0
1.0
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Optional
root: Object3D<Event> | AnimationObjectGroupOptional
blendMode: AnimationBlendModeOptional
root: Object3D<Event> | AnimationObjectGroupChecks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Optional
root: Object3D<Event> | AnimationObjectGroupGenerated using TypeDoc
JavaScript events for custom objects
Source
src/core/EventDispatcher.js