Exists(int)

Method

Namespace: Ignis

Declared in: Ignis.IEntityManager


Checks if the entity with the specified ID exists.

Syntax

public bool Exists(
	int entityId
)

Parameters

entityId

Entity ID to check

Returns

True if exists, false otherwise


Back to index