Contents

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.

See Also

Managing Entities and Components