SphereShape
Inherits: Shape < Resource < Reference < Object
Category: Core
Brief Description
Sphere shape for 3D collisions.
Properties
float | radius |
Description
Sphere shape for 3D collisions, which can be set into a PhysicsBody or Area. This shape is useful for modeling sphere-like 3D objects.
Property Descriptions
- float radius
Setter | set_radius(value) |
Getter | get_radius() |
The sphere’s radius. The shape’s diameter is double the radius.