GetView(IEnumerable<Type>)

Method

Namespace: Ignis

Declared in: Ignis.IEntityManager


Gets an entity view which contains entities with the specified components.

Syntax

public IEntityView GetView(
	IEnumerable<Type> filter
)

Parameters

filter

Required component types


Back to index