Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.82 KB

class_concavepolygonshape.rst

File metadata and controls

47 lines (28 loc) · 1.82 KB

ConcavePolygonShape

Inherits: :ref:`Shape<class_shape>` < :ref:`Resource<class_resource>` < :ref:`Reference<class_reference>` < :ref:`Object<class_object>`

Category: Core

Brief Description

Concave polygon shape.

Member Functions

:ref:`Vector3Array<class_vector3array>` :ref:`get_faces<class_ConcavePolygonShape_get_faces>` ( ) const
void :ref:`set_faces<class_ConcavePolygonShape_set_faces>` ( :ref:`Vector3Array<class_vector3array>` faces )

Description

Concave polygon shape resource, which can be set into a :ref:`PhysicsBody<class_physicsbody>` or area. This shape is created by feeding a list of triangles.

Member Function Description

Return the faces (an array of triangles).

Set the faces (an array of triangles).