godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Variant.conversionToGodot
godot
core
variant
Variant
function to convert T to an equivalent Godot type
struct
Variant
@
nogc
nothrow
template
conversionToGodot (
T
) {
alias
conversionToGodot
=
objectToGodot
!
U
;
import
std
.
algorithm
.
iteration
;
;
@
nogc
nothrow
Array
ret
;
}
Members
Aliases
conversionToGodot
alias
conversionToGodot
=
objectToGodot
!
U
Undocumented in source.
Variables
ret
Array
ret
;
Undocumented in source.
Meta
Source
See Implementation
godot
core
variant
Variant
aliases
DType
InternalType
conversionFromGodotType
conversionToGodotType
constructors
this
destructors
~this
enums
Operator
Type
functions
as
booleanize
opAssign
opCmp
opEquals
toString
type
postblits
this(this)
static functions
nil
templates
compatibleFromGodot
compatibleToGodot
conversionFromGodot
conversionToGodot
variantTypeOf
variables
_godot_variant
compatible
convertsFromGodot
convertsToGodot
directlyCompatible
function to convert T to an equivalent Godot type