Struct ConvexPolygonShape

Convex polygon shape for 3D physics.

struct ConvexPolygonShape ;

Convex polygon shape resource, which can be added to a PhysicsBody or area.

Properties

NameTypeDescription
points[get, set] PoolArray!(godot.core.vector3.Vector3)The list of 3D points forming the convex polygon shape.

Methods

NameDescription
getPoints
setPoints