SparseArrayStorage<T>

Class

Namespace: Ignis.Storage

Base types:

Declared in: Ignis.Storage


No description provided

Members

Property

  • Size
  • Constructor

  • SparseArrayStorage()
  • Method

  • Dispose()
  • ForEach<TState>(Action<int, T, TState>, TState)
  • Get(int)
  • GetCount()
  • GetEntityIds()
  • GetValue(int)
  • GetValues()
  • GetView()
  • Process(Func<int, T, T>)
  • Process<TState>(Func<int, T, TState, T>, TState)
  • Read<TState>(ComponentReader<T, TState>, TState)
  • RemoveComponentFromStorage(int)
  • StoreComponentForEntity(int)
  • Update(int, object)
  • Update(int, T)
  • UpdateCurrent(T)

  • Back to index