InputMapBase
Entity → ceramic.InputMapBase (Class) → InputMapImpl
Base class for the InputMap system.
This class provides the foundation for input mapping functionality, extending Entity to integrate with Ceramic's entity system and event handling.
The actual implementation is provided by InputMapImpl, which is used by the generic InputMap class.
See: InputMap, InputMapImpl
Instance Members
new(): VoidCreates a new InputMapBase instance.
Should not be instantiated directly - use InputMap
Private Members
NO_KEY: DynamicA placeholder value used to represent "no key" in generic input map implementations. This allows the system to handle null values in a type-safe way across different generic type parameters.
Metadata
| Name | Parameters |
|---|---|
:hxGen |
- |
:build |
ceramic.macros.EntityMacro.buildForCompletion() |
:autoBuild |
ceramic.macros.EntityMacro.buildForCompletion() |
:build |
tracker.macros.EventsMacro.build() |
:autoBuild |
tracker.macros.EventsMacro.build() |