ConvexPolygonShape¶
Inherits: Shape < Resource < Reference < Object
Convex polygon shape for 3D physics.
Description¶
Convex polygon shape resource, which can be added to a PhysicsBody or area.
Tutorials¶
Properties¶
|
Property Descriptions¶
PoolVector3Array points = PoolVector3Array( )
void set_points ( PoolVector3Array value )
PoolVector3Array get_points ( )
The list of 3D points forming the convex polygon shape.