 | EntityManagerEntityIsBeingRemoved Method |
Checks if the entity with the specified id will be removed this
frame.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool EntityIsBeingRemoved(
int entityId
)
Public Function EntityIsBeingRemoved (
entityId As Integer
) As Boolean
public:
bool EntityIsBeingRemoved(
int entityId
)
member EntityIsBeingRemoved :
entityId : int -> bool
Parameters
- entityId
- Type: SystemInt32
Id of the entity to check.
Return Value
Type:
Booleantrue, if the entity with the specified id is about to be removed, and
false, otherwise.
See Also