mono vector2

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ceayo

How do i use what is in gdscript a Vector2.ZERO in c# ?

:bust_in_silhouette: Reply From: juppi
Vector2.Zero

it’s a static property in the Vector2 struct in the Godot namespace.