Click or drag to resize
GeonBit.ECS.Components.Misc Namespace
GeonBit.ECS.Components.Misc contain misc components.
Classes
  ClassDescription
Public classCameraEditorController
A component to put on the GameObject containing the active camera, which provide an editor-like camera controls.
Public classTileMap
This component help implement an optimized 2d tiles map.
Public classTimeToLive
This component destroy game objects after given timer.
Delegates
  DelegateDescription
Public delegateProcessTileCallback
A callback to call per tile when you want to process all tiles in a tilemap.