[][src]Type Definition gdnative_core::geom::Vector2

type Vector2 = Vector2D<f32>;

Trait Implementations

impl Export for Vector2[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.

impl FromVariant for Vector2[src]

impl ToVariant for Vector2[src]

impl Vector2Godot for Vector2[src]