Open 3D Engine AtomLyIntegration Gem 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.
AZ::AtomBridge::FlyCameraInputComponent Class Reference

This is based on the FlyCameraInputComponent in SamplesProject and is just used to test the CameraComponent. More...

#include <FlyCameraInputComponent.h>

Inherits AZ::Component, AZ::TickBus::Handler, AzFramework::InputChannelEventListener, and FlyCameraInputBus::Handler.

Public Member Functions

 AZ_COMPONENT (FlyCameraInputComponent, "{7AE0D6AD-691C-41B6-9DD5-F23F78B1A02E}")
 
void Init () override
 
void Activate () override
 
void Deactivate () override
 
void OnTick (float deltaTime, AZ::ScriptTimePoint time) override
 
bool OnInputChannelEventFiltered (const AzFramework::InputChannel &inputChannel) override
 
void SetIsEnabled (bool isEnabled) override
 
bool GetIsEnabled () override
 

Static Public Member Functions

static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void Reflect (AZ::ReflectContext *reflection)
 

Detailed Description

This is based on the FlyCameraInputComponent in SamplesProject and is just used to test the CameraComponent.


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