Type Definition gdnative_core::core_types::vector2_array::Vector2Array[][src]

type Vector2Array = TypedArray<Vector2>;

A reference-counted vector of Vector2 that uses Godot's pool allocator.

Trait Implementations

impl Export for Vector2Array[src]

type Hint = ()

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