Click or drag to resize

CameraSetFrustumOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera.SetFrustumOffset(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFrustumOffset is deprecated. Use the FrustumOffset property instead.")]
public void SetFrustumOffset(
	Vector2 arg0
)

Parameters

arg0
Type: GodotVector2

[Missing <param name="arg0"/> documentation for "M:Godot.Camera.SetFrustumOffset(Godot.Vector2)"]

See Also