.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_ConvexPolygonShape: ConvexPolygonShape ================== **Inherits:** :ref:`Shape` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Convex Polygon Shape. Member Functions ---------------- +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :ref:`PoolVector3Array` | :ref:`get_points` **(** **)** const | +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_points` **(** :ref:`PoolVector3Array` points **)** | +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`PoolVector3Array` **points** Description ----------- Convex polygon shape resource, which can be set into a :ref:`PhysicsBody` or area. Member Function Description --------------------------- .. _class_ConvexPolygonShape_get_points: - :ref:`PoolVector3Array` **get_points** **(** **)** const .. _class_ConvexPolygonShape_set_points: - void **set_points** **(** :ref:`PoolVector3Array` points **)**