Type Definition gdnative_core::core_types::ColorArray
source · Expand description
A reference-counted vector of Color that uses Godot’s pool allocator.
See PoolColorArray in Godot.
Trait Implementations§
source§impl CoerceFromVariant for ColorArray
impl CoerceFromVariant for ColorArray
fn coerce_from_variant(v: &Variant) -> Self
source§impl Export for ColorArray
impl Export for ColorArray
source§fn export_info(_hint: Option<Self::Hint>) -> ExportInfo
fn export_info(_hint: Option<Self::Hint>) -> ExportInfo
Returns
ExportInfo given an optional typed hint.