Click or drag to resize

VisualServerViewportSetScenario Method

Sets a viewport's scenario.

The scenario contains information about the VisualServerScenarioDebugMode, environment information, reflection atlas etc.

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

Parameters

viewport
Type: GodotRID

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

scenario
Type: GodotRID

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

See Also