remove(at:)
Removes the specified child from this entity.
Declaration
@MainActor @preconcurrency func remove(at index: Int)Parameters
- index:
The index of the child entity to remove from the collection.
Removes the specified child from this entity.
@MainActor @preconcurrency func remove(at index: Int)The index of the child entity to remove from the collection.