[DOCS] Corrections and clarifications to classref
This commit is contained in:
parent
4b3123104c
commit
378c4895ae
6 changed files with 6 additions and 3 deletions
|
|
@ -504,7 +504,7 @@
|
|||
<description>
|
||||
Virtual method to be implemented by the user. Returns whether the given [code]point[/code] is inside this control.
|
||||
If not overridden, default behavior is checking if the point is within control's Rect.
|
||||
[b]Node:[/b] If you want to check if a point is inside the control, you can use [code]get_rect().has_point(point)[/code].
|
||||
[b]Note:[/b] If you want to check if a point is inside the control, you can use [code]get_rect().has_point(point)[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_shader_override" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue