Inherits AZ::Component, AZ::TransformNotificationBus::MultiHandler, AZ::TickBus::Handler, AZ::EntityBus::Handler, and LookAtComponentRequestBus::Handler.
|  | 
|  | 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 | 
|  | 
|  | 
| static void | Reflect (AZ::ReflectContext *context) | 
|  | 
| static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) | 
|  | 
| static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) | 
|  | 
| static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) | 
|  | 
|  | 
| class | EditorLookAtComponent | 
|  | 
The documentation for this class was generated from the following file:
- Gems/LmbrCentral/Code/Source/Scripting/LookAtComponent.h