Struct gdnative_visual_script::common::init::Property [−]
pub struct Property<'l, T, S, G> { pub name: &'l str, pub setter: S, pub getter: G, pub default: T, pub hint: PropertyHint<'l>, pub usage: PropertyUsage, }
Fields
name: &'l str
setter: S
getter: G
default: T
hint: PropertyHint<'l>
usage: PropertyUsage