godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
TypeStruct
godot
tools
generator
util
Undocumented in source.
struct
TypeStruct {
@
serdeKeys
("name", "type")
string
name
;
@
serdeOptional
string
meta
;
SerdeException
deserializeFromAsdf
(Asdf data);
}
Members
Functions
deserializeFromAsdf
SerdeException
deserializeFromAsdf
(Asdf data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
meta
string
meta
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
godot
tools
generator
util
classes
Type
functions
asTypedArray
defaultTypeString
escapeDType
escapeDefaultType
escapeGodotType
stripStringDefaultValueType
tab
structs
TypeStruct