godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
godotName
godot
d
traits
Undocumented in source.
package @
nogc
nothrow
template
godotName (
alias
a
) {
alias
udas
=
getUDAs
!(
a
,
Rename
)
;
version(GodotNoAutomaticNamingConvention)
package @
nogc
nothrow
static if
(
udas.length == 0
)
enum
string
godotName
;
version(!GodotNoAutomaticNamingConvention)
package @
nogc
nothrow
static if
(
udas.length == 0
)
enum
string
godotName
;
package @
nogc
nothrow
static if
(!(
udas.length == 0
))
static if
(!(
is(udas[0])
))
enum
Rename
uda
;
package @
nogc
nothrow
static if
(!(
udas.length == 0
))
static if
(!(
is(udas[0])
))
enum
string
godotName
;
}
Members
Aliases
udas
alias
udas
=
getUDAs
!(
a
,
Rename
)
Undocumented in source.
Variables
godotName
enum
string
godotName
;
Undocumented in source.
godotName
enum
string
godotName
;
Undocumented in source.
godotName
enum
string
godotName
;
Undocumented in source.
uda
enum
Rename
uda
;
Undocumented in source.
Meta
Source
See Implementation
godot
d
traits
enums
GodotBaseClass
functions
getDefaultValueFromAlias
getGDNativeObject
getGodotObject
templates
GodotBaseClasses
GodotClass
NonRef
RefOrT
extends
extendsGodotBaseClass
from
godotDefaultInit
godotName
isGodotBaseClass
variables
dName
isGodotClass