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::InputChannelAxis3D::AxisData3D Struct Reference

Custom data struct for three dimensional axis data. More...

#include <InputChannelAxis3D.h>

Inherits AzFramework::InputChannel::CustomData.

Public Member Functions

 AZ_CLASS_ALLOCATOR (AxisData3D, AZ::SystemAllocator)
 
 AZ_RTTI (AxisData3D, "{ABD4447B-34C6-4D17-B4E8-5B62209C14EA}", CustomData)
 
- Public Member Functions inherited from AzFramework::InputChannel::CustomData
 AZ_CLASS_ALLOCATOR (CustomData, AZ::SystemAllocator)
 
 AZ_RTTI (CustomData, "{887E38BB-64AF-4F4E-A1AE-C1B02371F9EC}")
 

Public Attributes

AZ::Vector3 m_values = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_deltas = AZ::Vector3::CreateZero()
 

Detailed Description

Custom data struct for three dimensional axis data.


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