Get(int)

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection<T>


Retrieves a component value for the specified entity.

Syntax

public T Get(
	int entityId
)

Parameters

entityId

Entity ID


Back to index