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

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

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