Contains(int)

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection<T>


Check if the specified entity ID has a component stored in this storage.

Syntax

public bool Contains(
	int entityId
)

Back to index