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
| Name | Type | Description |
|---|---|---|
data[get, set]
|
PoolArray!(godot.core.vector3.Vector3) |
Methods
| Name | Description |
|---|---|
getFaces
|
Returns the faces (an array of triangles). |
setFaces
|
Sets the faces (an array of triangles). |