Shape.xml 653 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Shape" inherits="Resource" category="Core" version="3.1.2">
  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/3.1/tutorials/physics/physics_introduction.html</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <members>
  15. <member name="margin" type="float" setter="set_margin" getter="get_margin">
  16. </member>
  17. </members>
  18. <constants>
  19. </constants>
  20. </class>