ConcavePolygonShape

Inherits: Shape < Resource < Reference < Object

Forma de polígono cóncavo.

Descripción

Concave polygon shape resource, which can be set into a PhysicsBody or area. This shape is created by feeding a list of triangles.

Note: When used for collision, ConcavePolygonShape is intended to work with static PhysicsBody nodes like StaticBody and will not work with KinematicBody or RigidBody with a mode other than Static.

Tutoriales

Métodos

PoolVector3Array

get_faces ( ) const

void

set_faces ( PoolVector3Array faces )

Descripciones de Métodos

Devuelve las caras (un array de triángulos).


Establece las caras (un array de triángulos).