RemoveComponent<T>(int)

Method

Namespace: Ignis

Declared in: Ignis.IEntityManager


Removes a component from an entity.

Syntax

public void RemoveComponent<T>(
	int entityId
)

Parameters

entityId

Entity ID

Type parameters

T

Component type


Back to index