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.

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

Plane

plane

Plane( 0, 1, 0, 0 )

Descripciones de Propiedades

Default

Plane( 0, 1, 0, 0 )

Setter

set_plane(value)

Getter

get_plane()

The Plane used by the PlaneShape for collision.