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

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

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