JGodotBuiltinClass
ApiJsonModel.swift:146struct JGodotBuiltinClassstruct JGodotBuiltinClassimport ExtensionApiprotocol CopyableA type whose values can be implicitly or explicitly copied.
protocol DecodableA type that can decode itself from an external representation.
protocol EncodableA type that can encode itself to an external representation.
protocol Escapableprotocol JClassInfoinit(from decoder: 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]?) let brief_description: String?let constants: [JGodotBuiltinClassConstant]?let constructors: [JGodotConstructor]let description: String?let enums: [JGodotGlobalEnumElement]?let hasDestructor: Boollet indexingReturnType: String?let isKeyed: Boollet members: [JGodotArgument]?let methods: [JGodotBuiltinClassMethod]?let name: Stringlet operators: [JGodotOperator]