class_world2d.rst 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_World2D:
  4. World2D
  5. =======
  6. **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Class that has everything pertaining to a 2D world.
  11. Member Functions
  12. ----------------
  13. +--------------------------------------------------------------------+----------------------------------------------------------------------------------+
  14. | :ref:`RID<class_rid>` | :ref:`get_canvas<class_World2D_get_canvas>` **(** **)** |
  15. +--------------------------------------------------------------------+----------------------------------------------------------------------------------+
  16. | :ref:`RID<class_rid>` | :ref:`get_space<class_World2D_get_space>` **(** **)** |
  17. +--------------------------------------------------------------------+----------------------------------------------------------------------------------+
  18. | :ref:`RID<class_rid>` | :ref:`get_sound_space<class_World2D_get_sound_space>` **(** **)** |
  19. +--------------------------------------------------------------------+----------------------------------------------------------------------------------+
  20. | :ref:`Physics2DDirectSpaceState<class_physics2ddirectspacestate>` | :ref:`get_direct_space_state<class_World2D_get_direct_space_state>` **(** **)** |
  21. +--------------------------------------------------------------------+----------------------------------------------------------------------------------+
  22. Description
  23. -----------
  24. Class that has everything pertaining to a 2D world. A physics space, a visual scenario and a sound space. 2D nodes register their resources into the current 2D world.
  25. Member Function Description
  26. ---------------------------
  27. .. _class_World2D_get_canvas:
  28. - :ref:`RID<class_rid>` **get_canvas** **(** **)**
  29. .. _class_World2D_get_space:
  30. - :ref:`RID<class_rid>` **get_space** **(** **)**
  31. .. _class_World2D_get_sound_space:
  32. - :ref:`RID<class_rid>` **get_sound_space** **(** **)**
  33. .. _class_World2D_get_direct_space_state:
  34. - :ref:`Physics2DDirectSpaceState<class_physics2ddirectspacestate>` **get_direct_space_state** **(** **)**