godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Variant.compatibleFromGodot
godot
core
variant
Variant
Undocumented in source.
struct
Variant
@
nogc
nothrow
template
compatibleFromGodot (
T
) {
@
nogc
nothrow
static if
(
directlyCompatible!T
)
enum
bool
compatibleFromGodot
;
@
nogc
nothrow
static if
(!(
directlyCompatible!T
))
enum
bool
compatibleFromGodot
;
}
Members
Variables
compatibleFromGodot
enum
bool
compatibleFromGodot
;
Undocumented in source.
compatibleFromGodot
enum
bool
compatibleFromGodot
;
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