CapsuleVolume::SetCapsuleHeight
Defined in:
Sets the height of the cylindrical interior.
C4Volumes.h
Prototype
void SetCapsuleHeight(float height);
Parameters
height |
The new cylinder height. |
Description
The SetCapsuleHeight
function sets the physical height of the cylindrical interior of the capsule volume along the positive z axis to that specified by the height
parameter.
See Also