SystemBase<TState>

Class

Namespace: Ignis

Base types:

Declared in: Ignis


Base class for ECS systems. Implement your own systems by deriving from it.

Type parameters

TState

Type of state parameter that gets passed to Execute(TState)

Members

Property

  • Container
  • EntityManager
  • Method

  • Dispose()
  • Execute(TState)
  • Initialize(TState)
  • Constructor

  • SystemBase(ContainerProvider<TState>)

  • Back to index