SignalWith1Argument
Describes a signal and its arguments.
SignalRegistration.swift:21struct SignalWith1Argument<Argument> where Argument : VariantStorable
Describes a signal and its arguments.
SignalRegistration.swift:21struct SignalWith1Argument<Argument> where Argument : VariantStorable
import SwiftGodot
Framework to write Godot Game Extensions using the Swift Programming Language.
protocol VariantStorable
Types that conform to VariantStorable can be stored in a Variant and can be extracted back out of a Variant.
init(_ signalName: String, argument1Name: String? = nil)
let arguments: [PropInfo]
let name: StringName