CylinderShape.xml 884 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CylinderShape" inherits="Shape" version="3.4">
  3. <brief_description>
  4. Cylinder shape for collisions.
  5. </brief_description>
  6. <description>
  7. Cylinder shape for collisions.
  8. </description>
  9. <tutorials>
  10. <link title="Third Person Shooter Demo">https://godotengine.org/asset-library/asset/678</link>
  11. <link title="3D Physics Tests Demo">https://godotengine.org/asset-library/asset/675</link>
  12. <link title="3D Voxel Demo">https://godotengine.org/asset-library/asset/676</link>
  13. </tutorials>
  14. <methods>
  15. </methods>
  16. <members>
  17. <member name="height" type="float" setter="set_height" getter="get_height" default="2.0">
  18. The cylinder's height.
  19. </member>
  20. <member name="radius" type="float" setter="set_radius" getter="get_radius" default="1.0">
  21. The cylinder's radius.
  22. </member>
  23. </members>
  24. <constants>
  25. </constants>
  26. </class>