diff options
Diffstat (limited to 'modules/openxr')
-rw-r--r-- | modules/openxr/doc_classes/OpenXRAction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/doc_classes/OpenXRAction.xml b/modules/openxr/doc_classes/OpenXRAction.xml index d53648723a..5e96f8fc67 100644 --- a/modules/openxr/doc_classes/OpenXRAction.xml +++ b/modules/openxr/doc_classes/OpenXRAction.xml @@ -30,7 +30,7 @@ This action provides a float value between [code]0.0[/code] and [code]1.0[/code] for any analog input such as triggers. </constant> <constant name="OPENXR_ACTION_VECTOR2" value="2" enum="ActionType"> - This action provides a vector2 value and can be bound to embedded trackpads and joysticks + This action provides a [Vector2] value and can be bound to embedded trackpads and joysticks. </constant> <constant name="OPENXR_ACTION_POSE" value="3" enum="ActionType"> </constant> |