Function VisualServerSingleton.scenarioSetFallbackEnvironment

Sets the fallback environment to be used by this scenario. The fallback environment is used if no environment is set. Internally, this is used by the editor to provide a default environment.

void scenarioSetFallbackEnvironment (
  const(RID) scenario,
  const(RID) environment
) nothrow @nogc;