Type Definition gdnative_core::core_types::ColorArray

source ·
pub type ColorArray = PoolArray<Color>;
Expand description

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

See PoolColorArray in Godot.

Trait Implementations§

A type-specific hint type that is valid for the type being exported. Read more
Returns ExportInfo given an optional typed hint.