 | EntityManagerEntityIsAlive Method |
Checks whether the entity with the passed id has been removed or
not.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool EntityIsAlive(
int entityId
)
Public Function EntityIsAlive (
entityId As Integer
) As Boolean
public:
bool EntityIsAlive(
int entityId
)
member EntityIsAlive :
entityId : int -> bool
Parameters
- entityId
- Type: SystemInt32
Id of the entity to check.
Return Value
Type:
Booleanfalse , if the entity has been removed, and
true otherwise.
Exceptions
See Also