godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
fileClassesAsLazyImports
godot
api
register
Undocumented in source.
template
fileClassesAsLazyImports (
FileInfo
f
) {
template
classFrom
(string className)
;
alias
fileClassesAsLazyImports
=
staticMap
!(
classFrom
,
aliasSeqOf
!(
f
.
classes
))
;
}
Members
Aliases
fileClassesAsLazyImports
alias
fileClassesAsLazyImports
=
staticMap
!(
classFrom
,
aliasSeqOf
!(
f
.
classes
))
Undocumented in source.
Templates
classFrom
template
classFrom
(string className)
Undocumented in source.
Meta
Source
See Implementation
godot
api
register
enums
LoadDRuntime
functions
register
mixin templates
GodotNativeLibrary
static variables
_GODOT_library
templates
fileClassesAsLazyImports
variables
is_