Creates a new scene object delta that computes the changes from head has in relation to base scene.
The base scene to base the diff on.
The head scene that contains changes from base.
OptionalisInternalConstructor: booleanA shared pointer to the generated scene object delta.
Applies the changes stored on the SceneDelta to the given root scene object.
The root scene object to apply the changes to.
Optionalflags: EnumValue<SceneDeltaFlag, number>The flags that describe the scene delta applying behavior.
A delta object that contains the differences between two scenes.