#include <AttachmentComponentBus.h>
Inherits AZ::ComponentBus.
Events emitted by the AttachmentComponent. The AttachmentComponent lets an entity "stick" to a particular bone on a target entity.
◆ OnAttached()
virtual void LmbrCentral::AttachmentComponentNotifications::OnAttached |
( |
AZ::EntityId |
| ) |
|
|
inlinevirtual |
The entity has attached to the target.
- Parameters
-
targetId | The target being attached to. |
◆ OnDetached()
virtual void LmbrCentral::AttachmentComponentNotifications::OnDetached |
( |
AZ::EntityId |
| ) |
|
|
inlinevirtual |
The entity is detaching from the target.
- Parameters
-
targetId | The target being detached from. |
The documentation for this class was generated from the following file:
- Gems/LmbrCentral/Code/include/LmbrCentral/Animation/AttachmentComponentBus.h