godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
TypeStruct
godot
util
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
util
generator
util
classes
Type
functions
emptyDefault
escapeD
escapeDefault
escapeType
qualifyTypedArray
structs
TypeStruct