Click or drag to resize

ViewportSetWorld Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetWorld(Godot.World)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetWorld is deprecated. Use the World property instead.")]
public void SetWorld(
	World world
)

Parameters

world
Type: GodotWorld

[Missing <param name="world"/> documentation for "M:Godot.Viewport.SetWorld(Godot.World)"]

See Also