Struct ConvexPolygonShape
Convex polygon shape for 3D physics.
struct ConvexPolygonShape
;
Convex polygon shape resource, which can be added to a PhysicsBody
or area.
Properties
Name | Type | Description |
---|---|---|
points [get, set]
|
PoolArray!(godot.core.vector3.Vector3) | The list of 3D points forming the convex polygon shape. |
Methods
Name | Description |
---|---|
getPoints
|
|
setPoints
|