Click or drag to resize

Camera2DSetVOffset Method

Note: This API is now obsolete.

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

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

Parameters

ofs
Type: SystemSingle

[Missing <param name="ofs"/> documentation for "M:Godot.Camera2D.SetVOffset(System.Single)"]

See Also