Struct ConcavePolygonShape

Concave polygon shape.

struct ConcavePolygonShape ;

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

Properties

NameTypeDescription
data[get, set] PoolArray!(godot.core.vector3.Vector3)

Methods

NameDescription
getFaces Returns the faces (an array of triangles).
setFaces Sets the faces (an array of triangles).