ConcavePolygonShape.xml 900 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ConcavePolygonShape" inherits="Shape" category="Core" version="3.0.alpha.custom_build">
  3. <brief_description>
  4. Concave polygon shape.
  5. </brief_description>
  6. <description>
  7. Concave polygon shape resource, which can be set into a [PhysicsBody] or area. This shape is created by feeding a list of triangles.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. <method name="get_faces" qualifiers="const">
  15. <return type="PoolVector3Array">
  16. </return>
  17. <description>
  18. Return the faces (an array of triangles).
  19. </description>
  20. </method>
  21. <method name="set_faces">
  22. <return type="void">
  23. </return>
  24. <argument index="0" name="faces" type="PoolVector3Array">
  25. </argument>
  26. <description>
  27. Set the faces (an array of triangles).
  28. </description>
  29. </method>
  30. </methods>
  31. <constants>
  32. </constants>
  33. </class>