 | EntityManagerEntityIsInactive Method |
Checks whether the entity with the specified id is inactive.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool EntityIsInactive(
int id
)
Public Function EntityIsInactive (
id As Integer
) As Boolean
public:
bool EntityIsInactive(
int id
)
member EntityIsInactive :
id : int -> bool
Parameters
- id
- Type: SystemInt32
Id of the entity to check.
Return Value
Type:
Booleantrue, if the entity is inactive, and
false otherwise.
See Also