Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

CylinderShape

Inherits: Shape < Resource < Reference < Object

Forma de cilindro para colisiones.

Descripción

Forma de cilindro para colisiones.

Tutoriales

Propiedades

float

height

2.0

float

radius

1.0

Descripciones de Propiedades

Default

2.0

Setter

set_height(value)

Getter

get_height()

La altura del cilindro.


Default

1.0

Setter

set_radius(value)

Getter

get_radius()

El radio del cilindro.