CloneMode
class in Coherence.Editor
Handles Clone Mode for the current Editor instance. Clone Mode disables asset post-processing and a few mechanisms like baking. It's recommended to enable Clone Mode on any additional Editor instance opened for a project, so that there's no chance for asset pipeline automations to hit on those instances (referred to as Clones).
Properties
| AllowEdits | Allows modification of assets through the Editor interface when Clone Mode is Enabled. |
| Enabled | Enables or disables Clone Mode. |
Events
| OnChanged | Triggered when Enabled or AllowEdits are set. |