IComponentCollection<T>

Interface

Namespace: Ignis

Base types:

Declared in: Ignis


Represents a component storage.

Type parameters

T

Component type

Members

Method

  • Contains(int)
  • ForEach<TState>(Action<int, T, TState>, TState)
  • Get(int)
  • GetCount()
  • GetEntityIds()
  • GetEnumerator()
  • GetValues()
  • GetView()
  • Process(Func<int, T, T>)
  • Process<TState>(Func<int, T, TState, T>, TState)
  • Read<TState>(ComponentReader<T, TState>, TState)
  • Update(int, T)
  • UpdateCurrent(T)

  • Back to index