mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Avoid punning enum names in documentation
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<method name="_get_play_area_mode" qualifiers="virtual const">
|
||||
<return type="int" enum="XRInterface.PlayAreaMode" />
|
||||
<description>
|
||||
Returns the [enum XRInterface.PlayAreaMode] that sets up our play area.
|
||||
Returns the play area mode that sets up our play area.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_projection_for_view" qualifiers="virtual">
|
||||
|
||||
Reference in New Issue
Block a user