Click or drag to resize

Camera2DGetLimit Method

Note: This API is now obsolete.

Returns the specified camera limit. See also LimitBottom, LimitTop, LimitLeft, and LimitRight.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetLimit is deprecated. Use the LimitBottom property instead.")]
public int GetLimit(
	Margin margin
)

Parameters

margin
Type: GodotMargin

[Missing <param name="margin"/> documentation for "M:Godot.Camera2D.GetLimit(Godot.Margin)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Camera2D.GetLimit(Godot.Margin)"]

See Also