godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
CapsuleMesh.GDNativeClassBinding
godot
capsulemesh
CapsuleMesh
Undocumented in source.
struct
CapsuleMesh
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_mid_height")
GodotMethod
!(
double
)
getMidHeight
;
__gshared
@
GodotName
("get_radial_segments")
GodotMethod
!(
long
)
getRadialSegments
;
__gshared
@
GodotName
("get_radius")
GodotMethod
!(
double
)
getRadius
;
__gshared
@
GodotName
("get_rings")
GodotMethod
!(
long
)
getRings
;
__gshared
@
GodotName
("set_mid_height")
GodotMethod
!(
void
,
double
)
setMidHeight
;
__gshared
@
GodotName
("set_radial_segments")
GodotMethod
!(
void
,
long
)
setRadialSegments
;
__gshared
@
GodotName
("set_radius")
GodotMethod
!(
void
,
double
)
setRadius
;
__gshared
@
GodotName
("set_rings")
GodotMethod
!(
void
,
long
)
setRings
;
}
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
toHash
properties
midHeight
radialSegments
radius
rings
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name