Click or drag to resize

VisualServerScenarioSetEnvironment Method

Sets the environment that will be used with this scenario.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ScenarioSetEnvironment(
	RID scenario,
	RID environment
)

Parameters

scenario
Type: GodotRID

[Missing <param name="scenario"/> documentation for "M:Godot.VisualServer.ScenarioSetEnvironment(Godot.RID,Godot.RID)"]

environment
Type: GodotRID

[Missing <param name="environment"/> documentation for "M:Godot.VisualServer.ScenarioSetEnvironment(Godot.RID,Godot.RID)"]

See Also