Click or drag to resize

ViewportSetWorld2d Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetWorld2d is deprecated. Use the World2d property instead.")]
public void SetWorld2d(
	World2D world2d
)

Parameters

world2d
Type: GodotWorld2D

[Missing <param name="world2d"/> documentation for "M:Godot.Viewport.SetWorld2d(Godot.World2D)"]

See Also