onSceneChanged property

ValueChanged<CanvasSceneDocument>? onSceneChanged
final

Called when the editable/base CanvasSceneDocument changes.

For custom source-document adapters, this is the adapter's base runtime scene, not the resolved/prepared render scene.

Implementation

final ValueChanged<CanvasSceneDocument>? onSceneChanged;