Komodo Engine
C PROJECT_LOGO=
Komodo.Core.ECS.Systems Namespace Reference

Classes

class  BehaviorSystem
 Manages all Komodo.Core.ECS.Components.BehaviorComponent objects. More...
 
class  CameraSystem
 Manages all Komodo.Core.ECS.Components.CameraComponent objects. More...
 
interface  ISystem
 Defines the interface for all Komodo.Core.ECS.Systems classes. More...
 
class  PhysicsSystem
 Manages all Komodo.Core.ECS.Components.PhysicsComponent objects. More...
 
class  Render2DSystem
 Manages all Komodo.Core.ECS.Components.Drawable2DComponent objects. There can be more than one Render2DSystem per Komodo.Core.Game. More...
 
class  Render3DSystem
 Manages all Komodo.Core.ECS.Components.Drawable3DComponent objects. There can be more than one Render3DSystem per Komodo.Core.Game. More...
 
class  SoundSystem
 Manages all Komodo.Core.ECS.Components.SoundComponent objects. More...