class_concavepolygonshape - vkbsb/godot GitHub Wiki
ConcavePolygonShape
####Inherits: Shape ####Category: Core
Brief Description
Concave polygon shape.
Member Functions
- void set_faces ( Vector3Array faces )
- Vector3Array get_faces ( ) const
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
- void set_faces ( Vector3Array faces )
Set the faces (an array of triangles).
get_faces
- Vector3Array get_faces ( ) const
Return the faces (an array of triangles).