ConcavePolygonShape

Inherits: Shape < Resource < Reference < Object

Category: Core

Brief Description

Concave polygon shape.

Methods

PoolVector3Array get_faces ( ) const
void set_faces ( PoolVector3Array faces )

Description

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

Method Descriptions

Returns the faces (an array of triangles).


Set the faces (an array of triangles).