removeEntity(_:)
Removes a GameplayKit entity from the list of entities managed by the scene.
Declaration
func removeEntity(_ entity: GKEntity)Parameters
- entity:
The entity to be removed from the scene.
Removes a GameplayKit entity from the list of entities managed by the scene.
func removeEntity(_ entity: GKEntity)The entity to be removed from the scene.