[][src]Type Definition gdnative::core_types::Vector2Array

type Vector2Array = TypedArray<Vector2D<f32, UnknownUnit>>;

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