didApplyChanges(instanceIdentifier:operationIdentifier:)
An event emitted to the ChangelistDelegate indicating the end of a USD change.
Declaration
@MainActor func didApplyChanges(instanceIdentifier: String, operationIdentifier: UInt)Parameters
- instanceIdentifier:
The Spatial Preview receiver instance making the change.
- operationIdentifier:
Multiple changes with the same operation identifier can be grouped together.