Destroy(int)

Method

Namespace: Ignis

Declared in: Ignis.IEntityManager


Deletes the specified entity.

Syntax

public void Destroy(
	int entityId
)

Parameters

entityId

Entity ID


Back to index