class_concavepolygonshape - vkbsb/godot GitHub Wiki

ConcavePolygonShape

####Inherits: Shape ####Category: Core

Brief Description

Concave polygon shape.

Member Functions

Description

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

Member Function Description

set_faces

Set the faces (an array of triangles).

get_faces

Return the faces (an array of triangles).