Struct CylinderShape
Cylinder shape for collisions.
struct CylinderShape
;
Properties
| Name | Type | Description |
|---|---|---|
height[get, set]
|
double | The cylinder's height. |
radius[get, set]
|
double | The cylinder's radius. |
Methods
| Name | Description |
|---|---|
getHeight
|
|
getRadius
|
|
setHeight
|
|
setRadius
|