File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 185185 <param index =" 1" name =" pickable" type =" bool" />
186186 <description >
187187 If set to [code]true[/code], allows the area with the given [RID] to detect mouse inputs when the mouse cursor is hovering on it.
188- Overridable version of [PhysicsServer2D]'s internal [code]area_set_pickable[/code] method. Corresponds to [member PhysicsBody2D .input_pickable].
188+ Overridable version of [PhysicsServer2D]'s internal [code]area_set_pickable[/code] method. Corresponds to [member CollisionObject2D .input_pickable].
189189 </description >
190190 </method >
191191 <method name =" _area_set_shape" qualifiers =" virtual" >
650650 <param index =" 1" name =" pickable" type =" bool" />
651651 <description >
652652 If set to [code]true[/code], allows the body with the given [RID] to detect mouse inputs when the mouse cursor is hovering on it.
653- Overridable version of [PhysicsServer2D]'s internal [code]body_set_pickable[/code] method. Corresponds to [member PhysicsBody2D .input_pickable].
653+ Overridable version of [PhysicsServer2D]'s internal [code]body_set_pickable[/code] method. Corresponds to [member CollisionObject2D .input_pickable].
654654 </description >
655655 </method >
656656 <method name =" _body_set_shape" qualifiers =" virtual" >
You can’t perform that action at this time.
0 commit comments