GetStorageFor<T>()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Gets the storage for the specified component type.

Syntax

public IComponentCollection<T> GetStorageFor<T>()

Type parameters

T

Component type


Back to index