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

type Float32Array = TypedArray<f32>;

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