Inherits AZ::ComponentBus.
|
| virtual float | GetValue ()=0 |
| |
| virtual void | SetValue (float value)=0 |
| |
|
virtual float | GetMinValue ()=0 |
| |
|
virtual void | SetMinValue (float value)=0 |
| |
|
virtual float | GetMaxValue ()=0 |
| |
|
virtual void | SetMaxValue (float value)=0 |
| |
|
virtual float | GetStepValue ()=0 |
| |
|
virtual void | SetStepValue (float step)=0 |
| |
|
virtual ValueChangeCallback | GetValueChangingCallback ()=0 |
| | Get the callback invoked while the value is changing.
|
| |
|
virtual void | SetValueChangingCallback (ValueChangeCallback onChange)=0 |
| | Set the callback invoked while the value is changing.
|
| |
|
virtual const LyShine::ActionName & | GetValueChangingActionName ()=0 |
| | Get the action triggered while the value is changing.
|
| |
|
virtual void | SetValueChangingActionName (const LyShine::ActionName &actionName)=0 |
| | Set the action triggered while the value is changing.
|
| |
|
virtual ValueChangeCallback | GetValueChangedCallback ()=0 |
| | Get the callback invoked when the value is done changing.
|
| |
|
virtual void | SetValueChangedCallback (ValueChangeCallback onChange)=0 |
| | Set the callback invoked when the value is done changing.
|
| |
|
virtual const LyShine::ActionName & | GetValueChangedActionName ()=0 |
| | Get the action triggered when the value is done changing.
|
| |
|
virtual void | SetValueChangedActionName (const LyShine::ActionName &actionName)=0 |
| | Set the action triggered when the value is done changing.
|
| |
|
virtual void | SetTrackEntity (AZ::EntityId entityId)=0 |
| | Set the optional track entity.
|
| |
|
virtual AZ::EntityId | GetTrackEntity ()=0 |
| | Get the optional track entity.
|
| |
|
virtual void | SetFillEntity (AZ::EntityId entityId)=0 |
| | Set the optional fill entity.
|
| |
|
virtual AZ::EntityId | GetFillEntity ()=0 |
| | Get the optional fill entity.
|
| |
|
virtual void | SetManipulatorEntity (AZ::EntityId entityId)=0 |
| | Set the optional manipulator entity.
|
| |
|
virtual AZ::EntityId | GetManipulatorEntity ()=0 |
| | Get the optional manipulator entity.
|
| |