Duplicates an entity to create a new entity.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
Parameters
recursive
A Boolean that you set to
true
to recursively copy all the children of the entity. Otherwise, no descendants are copied.
Return Value
The duplicate.
Discussion
All component data is cloned automatically. If you clone an entity that stores custom data that’s not part of a component, override the did
method to copy that data manually.