Shape.xml 673 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Shape" inherits="Resource" category="Core" version="3.1">
  3. <brief_description>
  4. Base class for all 3D shape resources.
  5. </brief_description>
  6. <description>
  7. Base class for all 3D shape resources. Nodes that inherit from this can be used as shapes for a [PhysicsBody] or [Area] objects.
  8. </description>
  9. <tutorials>
  10. <link>https://docs.godotengine.org/en/latest/tutorials/physics/physics_introduction.html</link>
  11. </tutorials>
  12. <demos>
  13. </demos>
  14. <methods>
  15. </methods>
  16. <members>
  17. <member name="margin" type="float" setter="set_margin" getter="get_margin">
  18. </member>
  19. </members>
  20. <constants>
  21. </constants>
  22. </class>