Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.72 KB

class_cylindershape.rst

File metadata and controls

62 lines (42 loc) · 1.72 KB
github_url:hide

CylinderShape

Inherits: :ref:`Shape<class_Shape>` < :ref:`Resource<class_Resource>` < :ref:`Reference<class_Reference>` < :ref:`Object<class_Object>`

Cylinder shape for collisions.

Description

Cylinder shape for collisions.

Properties

:ref:`float<class_float>` :ref:`height<class_CylinderShape_property_height>` 2.0
:ref:`float<class_float>` :ref:`radius<class_CylinderShape_property_radius>` 1.0

Property Descriptions

Default 2.0
Setter set_height(value)
Getter get_height()

The cylinder's height.


Default 1.0
Setter set_radius(value)
Getter get_radius()

The cylinder's radius.