godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
baseCasts.opCast
godot
d
bind
baseCasts
Undocumented in source.
template
opCast
(To)
mixintemplate
baseCasts
()
template
opCast (
To
)
if
(
isGodotBaseClass
!
To
) {
alias
opCast
=
as
!
To
;
}
template
opCast
(To)
template
opCast
(ToRef)
void
*
opCast
()
godot_object
opCast
()
bool
opCast
()
Members
Aliases
opCast
alias
opCast
=
as
!
To
Undocumented in source.
Meta
Source
See Implementation
godot
d
bind
baseCasts
functions
as
templates
opCast