Struct gdnative_core::export::SignalParam
source · pub struct SignalParam {
pub name: GodotString,
pub default: Variant,
pub export_info: ExportInfo,
pub usage: PropertyUsage,
}Expand description
Parameter in a signal declaration.
Instead of providing values for each field, check out the param*() methods in SignalBuilder.
Fields§
§name: GodotStringParameter name.
default: VariantDefault value, used when no argument is provided.
export_info: ExportInfoMetadata and UI hints about exporting, e.g. parameter type.
usage: PropertyUsageIn which context the signal parameter is used.