Instance Propertymigueldeicaza.swiftgodot 0.45.0ExtensionApi
constructors
ApiJsonModel.swift:150let constructors: [JGodotConstructor]
Other members in extension
Type members
init(from: any Decoder
) throws init(name: String, isKeyed: Bool, brief_description: String, description: String, operators: [JGodotOperator], constructors: [JGodotConstructor], hasDestructor: Bool, indexingReturnType: String?, methods: [JGodotBuiltinClassMethod]?, members: [JGodotArgument]?, constants: [JGodotBuiltinClassConstant]?, enums: [JGodotGlobalEnumElement]?
)
Instance members
let brief_description: String?
let constants: [JGodotBuiltinClassConstant]?
let description: String?
let enums: [JGodotGlobalEnumElement]?
let hasDestructor: Bool
let indexingReturnType: String?
let isKeyed: Bool
let members: [JGodotArgument]?
let methods: [JGodotBuiltinClassMethod]?
let name: String
let operators: [JGodotOperator]