godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
CSGBox.GDNativeClassBinding
godot
csgbox
CSGBox
Undocumented in source.
struct
CSGBox
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_depth")
GodotMethod
!(
double
)
getDepth
;
__gshared
@
GodotName
("get_height")
GodotMethod
!(
double
)
getHeight
;
__gshared
@
GodotName
("get_material")
GodotMethod
!(
Material
)
getMaterial
;
__gshared
@
GodotName
("get_width")
GodotMethod
!(
double
)
getWidth
;
__gshared
@
GodotName
("set_depth")
GodotMethod
!(
void
,
double
)
setDepth
;
__gshared
@
GodotName
("set_height")
GodotMethod
!(
void
,
double
)
setHeight
;
__gshared
@
GodotName
("set_material")
GodotMethod
!(
void
,
Material
)
setMaterial
;
__gshared
@
GodotName
("set_width")
GodotMethod
!(
void
,
double
)
setWidth
;
}
Members
Static variables
getDepth
GodotMethod
!(
double
)
getDepth
;
Undocumented in source.
getHeight
GodotMethod
!(
double
)
getHeight
;
Undocumented in source.
getMaterial
GodotMethod
!(
Material
)
getMaterial
;
Undocumented in source.
getWidth
GodotMethod
!(
double
)
getWidth
;
Undocumented in source.
setDepth
GodotMethod
!(
void
,
double
)
setDepth
;
Undocumented in source.
setHeight
GodotMethod
!(
void
,
double
)
setHeight
;
Undocumented in source.
setMaterial
GodotMethod
!(
void
,
Material
)
setMaterial
;
Undocumented in source.
setWidth
GodotMethod
!(
void
,
double
)
setWidth
;
Undocumented in source.
Meta
Source
See Implementation
godot
csgbox
CSGBox
aliases
BaseClasses
functions
getDepth
getHeight
getMaterial
getWidth
opAssign
opEquals
setDepth
setHeight
setMaterial
setWidth
toHash
properties
depth
height
width
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name