12345678910111213141516171819202122232425262728293031323334353637 |
- .. _class_ConvexPolygonShape:
- ConvexPolygonShape
- ==================
- **Inherits:** :ref:`Shape<class_shape>`
- **Category:** Core
- Convex Polygon Shape.
- Member Functions
- ----------------
- +------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_points<class_ConvexPolygonShape_set_points>` **(** :ref:`Vector3Array<class_vector3array>` points **)** |
- +------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector3Array<class_vector3array>` | :ref:`get_points<class_ConvexPolygonShape_get_points>` **(** **)** const |
- +------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
- Description
- -----------
- Convex polygon shape resource, which can be set into a :ref:`PhysicsBody<class_physicsbody>` or area.
- Member Function Description
- ---------------------------
- .. _class_ConvexPolygonShape_set_points:
- - void **set_points** **(** :ref:`Vector3Array<class_vector3array>` points **)**
- .. _class_ConvexPolygonShape_get_points:
- - :ref:`Vector3Array<class_vector3array>` **get_points** **(** **)** const
|