JGodotBuiltinClass
ApiJsonModel.swift:146struct JGodotBuiltinClass
Citizens in ExtensionApi
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol JClassInfo
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 constructors: [JGodotConstructor]
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]