scenePreparer property

  1. @override
ScenePreparer? scenePreparer
final

Optional transformation applied after document resolution and before the runtime render pipeline builds its snapshot.

An editor session may have at most one contributed preparer.

Implementation

@override
final ScenePreparer? scenePreparer;