remove(_:)
Removes the specified child from this entity.
Declaration
@MainActor @preconcurrency func remove(_ child: Entity)Parameters
- child:
The child entity to remove from the collection.
Removes the specified child from this entity.
@MainActor @preconcurrency func remove(_ child: Entity)The child entity to remove from the collection.