diff --git a/doc/classes/CollisionPolygon2D.xml b/doc/classes/CollisionPolygon2D.xml index 739a6e2923..7b10212f7e 100644 --- a/doc/classes/CollisionPolygon2D.xml +++ b/doc/classes/CollisionPolygon2D.xml @@ -14,7 +14,7 @@ Collision build mode. - If [code]true[/code], no collisions will be detected. + If [code]true[/code], no collisions will be detected. This property should be changed with [method Object.set_deferred]. If [code]true[/code], only edges that face up, relative to [CollisionPolygon2D]'s rotation, will collide with other objects. diff --git a/doc/classes/CollisionPolygon3D.xml b/doc/classes/CollisionPolygon3D.xml index 5758e17996..26e8382510 100644 --- a/doc/classes/CollisionPolygon3D.xml +++ b/doc/classes/CollisionPolygon3D.xml @@ -21,7 +21,7 @@ Length that the resulting collision extends in either direction perpendicular to its 2D polygon. - If [code]true[/code], no collision will be produced. + If [code]true[/code], no collision will be produced. This property should be changed with [method Object.set_deferred]. The collision margin for the generated [Shape3D]. See [member Shape3D.margin] for more details. diff --git a/doc/classes/CollisionShape3D.xml b/doc/classes/CollisionShape3D.xml index b64a34209c..27f00be9c5 100644 --- a/doc/classes/CollisionShape3D.xml +++ b/doc/classes/CollisionShape3D.xml @@ -37,7 +37,7 @@ If [code]true[/code], when the shape is displayed, it will show a solid fill color in addition to its wireframe. - A disabled collision shape has no effect in the world. + A disabled collision shape has no effect in the world. This property should be changed with [method Object.set_deferred]. The actual shape owned by this collision shape.