GetValue(int)

Method

Namespace: Ignis

Declared in: Ignis.IComponentCollection


Retrieves a component value for the specified entity. It's strongly recommended to use the generic version Get(int) instead.

Syntax

public object GetValue(
	int entityId
)

Parameters

entityId

Entity ID


Back to index