godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
CapsuleMesh._classBinding
godot
capsulemesh
CapsuleMesh
Undocumented in source.
struct
CapsuleMesh
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_radius")
GodotMethod
!(
void
,
double
)
setRadius
;
__gshared
@
GodotName
("get_radius")
GodotMethod
!(
double
)
getRadius
;
__gshared
@
GodotName
("set_mid_height")
GodotMethod
!(
void
,
double
)
setMidHeight
;
__gshared
@
GodotName
("get_mid_height")
GodotMethod
!(
double
)
getMidHeight
;
__gshared
@
GodotName
("set_radial_segments")
GodotMethod
!(
void
,
long
)
setRadialSegments
;
__gshared
@
GodotName
("get_radial_segments")
GodotMethod
!(
long
)
getRadialSegments
;
__gshared
@
GodotName
("set_rings")
GodotMethod
!(
void
,
long
)
setRings
;
__gshared
@
GodotName
("get_rings")
GodotMethod
!(
long
)
getRings
;
}
Members
Static variables
getMidHeight
GodotMethod
!(
double
)
getMidHeight
;
Undocumented in source.
getRadialSegments
GodotMethod
!(
long
)
getRadialSegments
;
Undocumented in source.
getRadius
GodotMethod
!(
double
)
getRadius
;
Undocumented in source.
getRings
GodotMethod
!(
long
)
getRings
;
Undocumented in source.
setMidHeight
GodotMethod
!(
void
,
double
)
setMidHeight
;
Undocumented in source.
setRadialSegments
GodotMethod
!(
void
,
long
)
setRadialSegments
;
Undocumented in source.
setRadius
GodotMethod
!(
void
,
double
)
setRadius
;
Undocumented in source.
setRings
GodotMethod
!(
void
,
long
)
setRings
;
Undocumented in source.
Meta
Source
See Implementation
godot
capsulemesh
CapsuleMesh
aliases
BaseClasses
functions
getMidHeight
getRadialSegments
getRadius
getRings
opAssign
opEquals
setMidHeight
setRadialSegments
setRadius
setRings
properties
midHeight
radialSegments
radius
rings
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name