Click or drag to resize
Slash.Application.Systems Namespace

[Missing <summary> documentation for "N:Slash.Application.Systems"]

Classes
  ClassDescription
Public classCompoundComponentAttribute
Attribute to flag a property or field of a compound entity as a component member.
Public classCompoundEntitiesT
Manages all entities that have a specific component configuration.
Public classGameSystem
Base system class.
Public classGameSystemAttribute
System that is automatically added to the game.
Public classSystemManager
Manages the game systems to be updated in each tick.
Interfaces
  InterfaceDescription
Public interfaceISystem
Contract that all systems that make up a game have to fulfill, e.g. physics, combat or AI.
Delegates
Enumerations
  EnumerationDescription
Public enumerationSystemGameEvent
System-related events.