API / geotoolkit3d / scene / reservoir / ReservoirEventDispatcher / ReservoirEventDispatcher
reservoir.ReservoirEventDispatcher.ReservoirEventDispatcher
Type Aliases
Type Aliases
Ƭ EventMap: EventMap
Ƭ ReservoirEventCallback: (type: Type, source: any, args?: any) => void
▸ (type, source, args?): void
The callback used in the custom Reservoir event system.
| Name | Type | Description |
|---|---|---|
type | Type | The type of event. |
source | any | The source that triggered the event. |
Optional args | any | Additional arguments. |
void