ConvexPolygonShape3D¶
Inherits: Shape3D < Resource < RefCounted < Object
Convex polygon shape for 3D physics.
Description¶
Convex polygon shape resource, which can be added to a PhysicsBody3D or area.
Tutorials¶
Properties¶
|
Property Descriptions¶
PackedVector3Array points
Default |
|
Setter |
set_points(value) |
Getter |
get_points() |
The list of 3D points forming the convex polygon shape.