GetStorageFor(Type)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Gets the storage for the specified component type.

Syntax

public IComponentCollection GetStorageFor(
	Type type
)

Parameters

type

Component type


Back to index