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...
PlaneShape¶
Inherits: Shape < Resource < Reference < Object
Forma plana infinita para colisiones 3D.
Descripción¶
An infinite plane shape for 3D collisions. Note that the Plane's normal matters; anything "below" the plane will collide with it. If the PlaneShape
is used in a PhysicsBody, it will cause colliding objects placed "below" it to teleport "above" the plane.
Propiedades¶
|
Descripciones de Propiedades¶
Plane plane
Default |
|
Setter |
set_plane(value) |
Getter |
get_plane() |
The Plane used by the PlaneShape
for collision.