#include <XRCameraMovementComponent.h>
Inherits AZ::Component, AZ::TickBus::Handler, and Camera::CameraNotificationBus::Handler.
|
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
| |
|
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
| |
|
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
| |
|
static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
| |
|
|
void | Activate () override |
| |
|
void | Deactivate () override |
| |
|
void | OnTick (float deltaTime, AZ::ScriptTimePoint timePoint) override |
| |
|
void | OnActiveViewChanged (const AZ::EntityId &) override |
| |
XRCameraMovementComponent uses the OpenXRVk::OpenXRActionsInterface to read user input to control a camera. This is an example that hooks up a limited set of inputs, mostly thumbsticks, to drive the camera position to new places.
The documentation for this class was generated from the following file:
- Gems/OpenXRVk/Code/Source/XRCameraMovementComponent.h