| GeonBit.ECS.Components.Misc Namespace |
| Class | Description | |
|---|---|---|
| CameraEditorController |
A component to put on the GameObject containing the active camera, which provide an editor-like camera controls.
| |
| TileMap |
This component help implement an optimized 2d tiles map.
| |
| TimeToLive |
This component destroy game objects after given timer.
|
| Delegate | Description | |
|---|---|---|
| ProcessTileCallback |
A callback to call per tile when you want to process all tiles in a tilemap.
|