12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .. 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<class_shape>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Convex Polygon Shape.
- Member Functions
- ----------------
- +------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector3Array<class_vector3array>` | :ref:`get_points<class_ConvexPolygonShape_get_points>` **(** **)** const |
- +------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_points<class_ConvexPolygonShape_set_points>` **(** :ref:`Vector3Array<class_vector3array>` points **)** |
- +------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
- Description
- -----------
- Convex polygon shape resource, which can be set into a :ref:`PhysicsBody<class_physicsbody>` or area.
- Member Function Description
- ---------------------------
- .. _class_ConvexPolygonShape_get_points:
- - :ref:`Vector3Array<class_vector3array>` **get_points** **(** **)** const
- .. _class_ConvexPolygonShape_set_points:
- - void **set_points** **(** :ref:`Vector3Array<class_vector3array>` points **)**
|