godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
RefOrT
godot
api
traits
Adds the Ref wrapper to T, if T is a Reference type
@
nogc
nothrow
template
RefOrT (
T
) {
import
godot
.
refcounted
;
;
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
api
traits
enums
GodotBaseClass
functions
assumeNoGC
getDefaultValueFromAlias
getGDExtensionObject
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