godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
DTypeOf
godot
api
types
D type of a compile-time GodotType
template
DTypeOf
(GodotType t)
template
DTypeOf (
GodotType
t
) {
alias
DTypeOf
=
Variant
.
DType
[
get
!(
Variant
.
Type
)(
t
)]
;
}
alias
DTypeOf
(
C
t
)
=
DTypeOf
!(
GodotType
(
t
))
Members
Aliases
DTypeOf
alias
DTypeOf
=
Variant
.
DType
[
get
!(
Variant
.
Type
)(
t
)]
Undocumented in source.
Meta
Source
See Implementation
godot
api
types
aliases
GodotType
TypeCategories
real_t
enums
GodotError
functions
get
isCategory
structs
BuiltInClass
templates
DTypeOf
GodotTypeOf
variables
CMP_EPSILON
CMP_EPSILON2
_PLANE_EQ_DOT_EPSILON
_PLANE_EQ_D_EPSILON
D type of a compile-time GodotType