Struct CapsuleMesh
Class representing a capsule-shaped PrimitiveMesh.
struct CapsuleMesh
;
Properties
| Name | Type | Description |
|---|---|---|
midHeight[get, set]
|
double | Height of the capsule mesh from the center point. |
radialSegments[get, set]
|
long | Number of radial segments on the capsule mesh. |
radius[get, set]
|
double | Radius of the capsule mesh. |
rings[get, set]
|
long | Number of rings along the height of the capsule. |
Methods
| Name | Description |
|---|---|
getMidHeight
|
|
getRadialSegments
|
|
getRadius
|
|
getRings
|
|
setMidHeight
|
|
setRadialSegments
|
|
setRadius
|
|
setRings
|