Type Definition gdnative::prelude::Float32Array

source ·
pub type Float32Array = PoolArray<f32>;
👎Deprecated: Specialized pool array aliases will be removed in a future godot-rust version. Use PoolArray<T> instead.
Expand description

A reference-counted vector of f32 that uses Godot’s pool allocator.

See PoolRealArray in Godot.