BoxShape.xml 867 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="BoxShape" inherits="Shape" version="3.3">
  3. <brief_description>
  4. Box shape resource.
  5. </brief_description>
  6. <description>
  7. 3D box shape that can be a child of a [PhysicsBody] or [Area].
  8. </description>
  9. <tutorials>
  10. <link title="3D Physics Tests Demo">https://godotengine.org/asset-library/asset/675</link>
  11. <link title="3D Kinematic Character Demo">https://godotengine.org/asset-library/asset/126</link>
  12. <link title="3D Platformer Demo">https://godotengine.org/asset-library/asset/125</link>
  13. </tutorials>
  14. <methods>
  15. </methods>
  16. <members>
  17. <member name="extents" type="Vector3" setter="set_extents" getter="get_extents" default="Vector3( 1, 1, 1 )">
  18. The box's half extents. The width, height and depth of this shape is twice the half extents.
  19. </member>
  20. </members>
  21. <constants>
  22. </constants>
  23. </class>