2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name= "World2D" inherits= "Resource" version= "4.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
Class that has everything pertaining to a 2D world.
</brief_description>
<description >
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.
</description>
<tutorials >
2021-11-15 10:43:07 +01:00
<link title= "Ray-casting" > $DOCS_URL/tutorials/physics/ray-casting.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
2018-01-11 23:38:35 +01:00
<members >
<member name= "canvas" type= "RID" setter= "" getter= "get_canvas" >
2020-03-30 18:22:57 +02:00
The [RID] of this world's canvas resource. Used by the [RenderingServer] for 2D drawing.
2018-01-11 23:38:35 +01:00
</member>
2020-03-30 18:22:57 +02:00
<member name= "direct_space_state" type= "PhysicsDirectSpaceState2D" setter= "" getter= "get_direct_space_state" >
2020-09-18 11:07:00 +02:00
Direct access to the world's physics 2D space state. Used for querying current and potential collisions. When using multi-threaded physics, access is limited to [code]_physics_process(delta)[/code] in the main thread.
2018-01-11 23:38:35 +01:00
</member>
2021-03-08 09:47:18 +01:00
<member name= "navigation_map" type= "RID" setter= "" getter= "get_navigation_map" >
The [RID] of this world's navigation map. Used by the [NavigationServer2D].
</member>
2018-01-11 23:38:35 +01:00
<member name= "space" type= "RID" setter= "" getter= "get_space" >
2020-03-30 18:22:57 +02:00
The [RID] of this world's physics space resource. Used by the [PhysicsServer2D] for 2D physics, treating it as both a space and an area.
2018-01-11 23:38:35 +01:00
</member>
</members>
2017-09-12 22:42:36 +02:00
</class>