Inherits UiInteractableStateAction.
|
| AZ_CLASS_ALLOCATOR (UiInteractableStateAlpha, AZ::SystemAllocator) |
|
| AZ_RTTI (UiInteractableStateAlpha, "{ABCD5D45-CC47-4C17-8D21-9471032618F6}", UiInteractableStateAction) |
|
| UiInteractableStateAlpha (AZ::EntityId target, float alpha) |
|
void | Init (AZ::EntityId) override |
| Called from the Init of the UiInteractableComponent.
|
|
void | ApplyState () override |
| Apply state or do action.
|
|
void | SetInteractableEntity (AZ::EntityId interactableEntityId) override |
|
AZ::EntityId | GetTargetEntity () override |
|
float | GetAlpha () |
|
void | SetAlpha (float alpha) |
|
EntityComboBoxVec | PopulateTargetEntityList () |
|
| AZ_CLASS_ALLOCATOR (UiInteractableStateAction, AZ::SystemAllocator) |
|
| AZ_RTTI (UiInteractableStateAction, "{D86C82E1-E027-453F-A43B-BD801CF88391}") |
|
EntityComboBoxVec | PopulateTargetEntityList () |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
AZ::EntityId | m_targetEntity |
|
float | m_alpha |
|
AZ::EntityId | m_interactableEntity |
| The interactable entity that this state belongs to.
|
|
|
using | EntityComboBoxVec = AZStd::vector< AZStd::pair< AZ::EntityId, AZStd::string > > |
|
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Source/UiInteractableState.h