Type Definition gdnative_core::core_types::color_array::ColorArray[][src]

type ColorArray = TypedArray<Color>;

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

Trait Implementations

impl Export for ColorArray[src]

type Hint = ()

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