Click or drag to resize

ViewportGetWorld2d Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.GetWorld2d"]

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

Return Value

Type: World2D

[Missing <returns> documentation for "M:Godot.Viewport.GetWorld2d"]

See Also