Click or drag to resize

Vector3Zero Property

Zero vector, a vector with all components set to `0`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector3 Zero { get; }

Property Value

Type: Vector3
Equivalent to `new Vector3(0, 0, 0)`
See Also