Function VisualServerSingleton.instanceSetScenario

Sets the scenario that the instance is in. The scenario is the 3D world that the objects will be displayed in.

void instanceSetScenario (
  const(RID) instance,
  const(RID) scenario
) nothrow @nogc;