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

type Vector3Array = TypedArray<Vector3D<f32, UnknownUnit>>;

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