VTK  9.3.20240418
Public Attributes | List of all members
vtkOpenXRManager::Action_t Struct Reference

#include <vtkOpenXRManager.h>

Public Attributes

XrAction Action
 
XrActionType ActionType
 
union {
   XrActionStateFloat   _float
 
   XrActionStateBoolean   _boolean
 
   XrActionStatePose   _pose
 
   XrActionStateVector2f   _vec2f
 
States [ControllerIndex::NumberOfControllers]
 
XrSpace PoseSpaces [ControllerIndex::NumberOfControllers]
 
XrSpaceLocation PoseLocations [ControllerIndex::NumberOfControllers]
 
XrSpaceVelocity PoseVelocities [ControllerIndex::NumberOfControllers]
 

Detailed Description

Definition at line 351 of file vtkOpenXRManager.h.

Member Data Documentation

◆ Action

XrAction vtkOpenXRManager::Action_t::Action

Definition at line 353 of file vtkOpenXRManager.h.

◆ ActionType

XrActionType vtkOpenXRManager::Action_t::ActionType

Definition at line 354 of file vtkOpenXRManager.h.

◆ _float

XrActionStateFloat vtkOpenXRManager::Action_t::_float

Definition at line 357 of file vtkOpenXRManager.h.

◆ _boolean

XrActionStateBoolean vtkOpenXRManager::Action_t::_boolean

Definition at line 358 of file vtkOpenXRManager.h.

◆ _pose

XrActionStatePose vtkOpenXRManager::Action_t::_pose

Definition at line 359 of file vtkOpenXRManager.h.

◆ _vec2f

XrActionStateVector2f vtkOpenXRManager::Action_t::_vec2f

Definition at line 360 of file vtkOpenXRManager.h.

◆ 

union { ... } vtkOpenXRManager::Action_t::States[ControllerIndex::NumberOfControllers]

◆ PoseSpaces

XrSpace vtkOpenXRManager::Action_t::PoseSpaces[ControllerIndex::NumberOfControllers]

Definition at line 363 of file vtkOpenXRManager.h.

◆ PoseLocations

XrSpaceLocation vtkOpenXRManager::Action_t::PoseLocations[ControllerIndex::NumberOfControllers]

Definition at line 364 of file vtkOpenXRManager.h.

◆ PoseVelocities

XrSpaceVelocity vtkOpenXRManager::Action_t::PoseVelocities[ControllerIndex::NumberOfControllers]

Definition at line 365 of file vtkOpenXRManager.h.


The documentation for this struct was generated from the following file: