ConvexPolygonShape.xml 776 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ConvexPolygonShape" inherits="Shape" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Convex polygon shape for 3D physics.
  5. </brief_description>
  6. <description>
  7. Convex polygon shape resource, which can be added to a [PhysicsBody] or area.
  8. </description>
  9. <tutorials>
  10. <link title="3D Physics Tests Demo">https://godotengine.org/asset-library/asset/675</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <members>
  15. <member name="points" type="PoolVector3Array" setter="set_points" getter="get_points" default="PoolVector3Array( )">
  16. The list of 3D points forming the convex polygon shape.
  17. </member>
  18. </members>
  19. <constants>
  20. </constants>
  21. </class>