getSceneLevel method
Get a level for the given scene
.
Implementation
SceneLevel getSceneLevel({
required final Scene scene,
final CallCommand? callCommand,
}) =>
SceneLevel(
worldContext: this,
scene: scene,
callCommand: callCommand,
);