Class representing a capsule-shaped PrimitiveMesh.
Height of the middle cylindrical part of the capsule (without the hemispherical ends). Note: The capsule's total height is equal to midHeight + 2 * radius.
Number of radial segments on the capsule mesh.
Radius of the capsule mesh.
Number of rings along the height of the capsule.
Construct a new instance of CapsuleMesh. Note: use memnew!CapsuleMesh instead.
See Implementation
Class representing a capsule-shaped PrimitiveMesh.