godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
RefOrT
godot
d
traits
Adds the Ref wrapper to T, if T is a Reference type
@
nogc
nothrow
template
RefOrT (
T
) {
import
godot
.
reference
;
;
alias
RefOrT
=
Ref
!
T
;
alias
RefOrT
=
T
;
}
Members
Aliases
RefOrT
alias
RefOrT
=
Ref
!
T
Undocumented in source.
RefOrT
alias
RefOrT
=
T
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
Adds the Ref wrapper to T, if T is a Reference type