Open 3D Engine LmbrCentral Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits Component, MultiHandler, Handler, Handler, and Handler.
Public Member Functions | |
AZ_COMPONENT (LookAtComponent,"{11CDC627-25A9-4760-A61F-576CDB189B38}") | |
void | Activate () override |
void | Deactivate () override |
void | OnTransformChanged (const AZ::Transform &, const AZ::Transform &) override |
void | OnTick (float deltaTime, AZ::ScriptTimePoint time) override |
void | OnEntityActivated (const AZ::EntityId &entityId) override |
void | OnEntityDeactivated (const AZ::EntityId &entityId) override |
void | SetTarget (AZ::EntityId targetEntity) override |
void | SetTargetPosition (const AZ::Vector3 &targetPosition) override |
void | SetAxis (AZ::Transform::Axis axis) override |
Friends | |
class | EditorLookAtComponent |