Creates a new entity.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
required init()
Creates a new entity.
SDKs
Framework
required init()
func clone(recursive: Bool) -> Self
Duplicates an entity to create a new entity.
func did Clone(from: Entity)
Tells a newly cloned entity that cloning is complete.