Fix rigid body property description
This commit is contained in:
parent
83cc5d4914
commit
6d85481670
|
@ -151,7 +151,7 @@
|
||||||
See [method add_constant_torque].
|
See [method add_constant_torque].
|
||||||
</member>
|
</member>
|
||||||
<member name="contact_monitor" type="bool" setter="set_contact_monitor" getter="is_contact_monitor_enabled" default="false">
|
<member name="contact_monitor" type="bool" setter="set_contact_monitor" getter="is_contact_monitor_enabled" default="false">
|
||||||
If [code]true[/code], the RigidBody2D will emit signals when it collides with another RigidBody2D.
|
If [code]true[/code], the RigidBody2D will emit signals when it collides with another body.
|
||||||
[b]Note:[/b] By default the maximum contacts reported is set to 0, meaning nothing will be recorded, see [member max_contacts_reported].
|
[b]Note:[/b] By default the maximum contacts reported is set to 0, meaning nothing will be recorded, see [member max_contacts_reported].
|
||||||
</member>
|
</member>
|
||||||
<member name="continuous_cd" type="int" setter="set_continuous_collision_detection_mode" getter="get_continuous_collision_detection_mode" enum="RigidBody2D.CCDMode" default="0">
|
<member name="continuous_cd" type="int" setter="set_continuous_collision_detection_mode" getter="get_continuous_collision_detection_mode" enum="RigidBody2D.CCDMode" default="0">
|
||||||
|
|
|
@ -158,7 +158,7 @@
|
||||||
See [method add_constant_torque].
|
See [method add_constant_torque].
|
||||||
</member>
|
</member>
|
||||||
<member name="contact_monitor" type="bool" setter="set_contact_monitor" getter="is_contact_monitor_enabled" default="false">
|
<member name="contact_monitor" type="bool" setter="set_contact_monitor" getter="is_contact_monitor_enabled" default="false">
|
||||||
If [code]true[/code], the RigidBody3D will emit signals when it collides with another RigidBody3D.
|
If [code]true[/code], the RigidBody3D will emit signals when it collides with another body.
|
||||||
[b]Note:[/b] By default the maximum contacts reported is set to 0, meaning nothing will be recorded, see [member max_contacts_reported].
|
[b]Note:[/b] By default the maximum contacts reported is set to 0, meaning nothing will be recorded, see [member max_contacts_reported].
|
||||||
</member>
|
</member>
|
||||||
<member name="continuous_cd" type="bool" setter="set_use_continuous_collision_detection" getter="is_using_continuous_collision_detection" default="false">
|
<member name="continuous_cd" type="bool" setter="set_use_continuous_collision_detection" getter="is_using_continuous_collision_detection" default="false">
|
||||||
|
|
Loading…
Reference in New Issue