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::MagneticField Struct Reference

#include <InputDeviceMotion.h>

Static Public Attributes

static constexpr InputChannelId North {"motion_magnetic_field_north"}
 
static constexpr InputChannelId Raw {"motion_magnetic_field_raw"}
 
static constexpr InputChannelId Unbiased {"motion_magnetic_field_unbiased"}
 All magnetic field input channel ids.
 
static constexpr AZStd::array All
 

Detailed Description

All the input channel ids that identify different types of magnetic field 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::MagneticField::All
inlinestaticconstexpr
Initial value:
{
North,
Raw,
}
static constexpr InputChannelId Unbiased
All magnetic field input channel ids.
Definition: InputDeviceMotion.h:89

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