ISceneDefinition
A Unity scene defined in code. SceneBuilder parses the Build method (it does not execute it) and materializes the described scene, then keeps code and scene in sync.
public interface ISceneDefinitionMembers
Buildmethod
void Build(SceneRoot scene)