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...
ConvexPolygonShape¶
Inherits: Shape < Resource < Reference < Object
Forma de polígono convexo para la física 3D.
Descripción¶
Convex polygon shape resource, which can be added to a PhysicsBody or area.
Tutoriales¶
Propiedades¶
|
Descripciones de Propiedades¶
PoolVector3Array points
Default |
|
Setter |
set_points(value) |
Getter |
get_points() |
La lista de puntos 3D que forman la forma de polígono convexo.