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

type Vector2 = Vector2D<f32>;

Trait Implementations

impl Element for Vector2[src]

type SysArray = godot_pool_vector2_array

type SysReadAccess = godot_pool_vector2_array_read_access

type SysWriteAccess = godot_pool_vector2_array_write_access

type SysTy = godot_vector2

type SysRefTy = *const godot_vector2

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]