 | EntityManagerActivateEntity Method |
Re-activates the entity with the specified id, if it is inactive.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic void ActivateEntity(
int entityId
)
Public Sub ActivateEntity (
entityId As Integer
)
public:
void ActivateEntity(
int entityId
)
member ActivateEntity :
entityId : int -> unit
Parameters
- entityId
- Type: SystemInt32
Id of the entity to activate.
See Also