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.
Checking the stable version of the documentation...
CircleShape2D¶
Inherits: Shape2D < Resource < Reference < Object
Forma circular para colisiones 2D.
Descripción¶
Forma circular para colisiones 2D. Esta forma es útil para modelar bolas o pequeños personajes y su detección de colisiones con todo lo demás es muy rápida.
Propiedades¶
|
Descripciones de Propiedades¶
float radius
Default |
|
Setter |
set_radius(value) |
Getter |
get_radius() |
El radio del círculo.