Click or drag to resize

ClippedCameraSetMargin Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ClippedCamera.SetMargin(System.Single)"]

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

Parameters

margin
Type: SystemSingle

[Missing <param name="margin"/> documentation for "M:Godot.ClippedCamera.SetMargin(System.Single)"]

See Also