[][src]Type Definition gdnative_core::core_types::float32_array::Float32Array

type Float32Array = TypedArray<f32>;

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

Trait Implementations

impl Export for Float32Array[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.