Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::InputDeviceMotion::RotationRate Struct Reference

#include <InputDeviceMotion.h>

Static Public Attributes

static constexpr InputChannelId Raw {"motion_rotation_rate_raw"}
 
static constexpr InputChannelId Unbiased {"motion_rotation_rate_unbiased"}
 All rotation rate input channel ids.
 
static constexpr AZStd::array All
 

Detailed Description

All the input channel ids that identify different types of rotation rate data. Note that not all motion devices will necessarily be able to emit all types of motion sensor data, and unlike most other input channels these ones must be explicitly enabled using either:

Member Data Documentation

◆ All

constexpr AZStd::array AzFramework::InputDeviceMotion::RotationRate::All
inlinestaticconstexpr
Initial value:
{
Raw,
}
static constexpr InputChannelId Unbiased
All rotation rate input channel ids.
Definition: InputDeviceMotion.h:69

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