diff --git a/doc/classes/World.xml b/doc/classes/World.xml index 91642ae8042..58ea063bd76 100644 --- a/doc/classes/World.xml +++ b/doc/classes/World.xml @@ -13,7 +13,7 @@ - The World's physics direct space state, used for making various queries. Might be used only during [code]_physics_process[/code]. + Direct access to the world's physics 3D space state. Used for querying current and potential collisions. Must only be accessed from within [code]_physics_process(delta)[/code]. The World's [Environment]. diff --git a/doc/classes/World2D.xml b/doc/classes/World2D.xml index dee6bc9faef..8748e2926b0 100644 --- a/doc/classes/World2D.xml +++ b/doc/classes/World2D.xml @@ -16,7 +16,7 @@ The [RID] of this world's canvas resource. Used by the [VisualServer] for 2D drawing. - The state of this world's physics space. This allows arbitrary querying for collision. + Direct access to the world's physics 2D space state. Used for querying current and potential collisions. Must only be accessed from the main thread within [code]_physics_process(delta)[/code]. The [RID] of this world's physics space resource. Used by the [Physics2DServer] for 2D physics, treating it as both a space and an area.