Trait godot::prelude::TypeStringHint
pub trait TypeStringHint {
// Required method
fn type_string() -> String;
}
Expand description
Marks types that are registered via “type string hint” in Godot.
See PropertyHint::TYPE_STRING
and upstream docs.
Required Methods§
fn type_string() -> String
fn type_string() -> String
Returns the representation of this type as a type string.
Object Safety§
This trait is not object safe.