Click or drag to resize

Vector3Set Method (Vector3)

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Vector3.Set(Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("Set is deprecated. Use the Vector3(Vector3) constructor instead.", 
	true)]
public void Set(
	Vector3 v
)

Parameters

v
Type: GodotVector3

[Missing <param name="v"/> documentation for "M:Godot.Vector3.Set(Godot.Vector3)"]

See Also