willApplyChanges(instanceIdentifier:operationIdentifier:)
An event emitted to the ChangeListDelegate indicating the start of a USD change.
Declaration
@MainActor func willApplyChanges(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.