CylinderShape
Inherits: Shape < Resource < Reference < Object
Cylinder shape for collisions.
Description
Cylinder shape for collisions.
Tutorials
- https://godotengine.org/asset-library/asset/678
- https://godotengine.org/asset-library/asset/675
- https://godotengine.org/asset-library/asset/676
Properties
float | height | 2.0 |
float | radius | 1.0 |
Property Descriptions
- float height
Default | 2.0 |
Setter | set_height(value) |
Getter | get_height() |
The cylinder’s height.
- float radius
Default | 1.0 |
Setter | set_radius(value) |
Getter | get_radius() |
The cylinder’s radius.