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...
SphereShape¶
Inherits: Shape < Resource < Reference < Object
Forma de la esfera para las colisiones en 3D.
Descripción¶
Sphere shape for 3D collisions, which can be set into a PhysicsBody or Area. This shape is useful for modeling sphere-like 3D objects.
Tutoriales¶
Propiedades¶
|
Descripciones de Propiedades¶
float radius
Default |
|
Setter |
set_radius(value) |
Getter |
get_radius() |
El radio de la esfera. El diámetro de la forma es el doble del radio.