Table of Contents

Enum OpenXRAction.ActionTypeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum OpenXRAction.ActionTypeEnum : long

Fields

Bool = 0

This action provides a boolean value.

Float = 1

This action provides a float value between 0.0 and 1.0 for any analog input such as triggers.

Pose = 3
Vector2 = 2

This action provides a Vector2 value and can be bound to embedded trackpads and joysticks.