Entity.ChildCollection
A collection of child entities.
Declaration
@MainActor @preconcurrency struct ChildCollectionTopics
Accessing collection members
Adding entities
append(contentsOf:preservingWorldTransforms:)append(_:preservingWorldTransform:)append(contentsOf:preservingWorldTransforms:)
Removing entities
remove(_:preservingWorldTransform:)remove(at:preservingWorldTransform:)removeAll(preservingWorldTransforms:)removeAll(keepCapacity:preservingWorldTransforms:)