Inherits AZ::ComponentBus.
|
|
virtual ImageType | GetImageType ()=0 |
| | Gets the type of the image.
|
| |
|
virtual void | SetImageType (ImageType imageType)=0 |
| | Sets the type of the image.
|
| |
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
| | Only one component on a entity can implement the events.
|
| |
◆ ImageType
| Enumerator |
|---|
| Stretched | the texture is stretched to fit the rect without maintaining aspect ratio
|
| Fixed | the texture is not stretched at all
|
| StretchedToFit | the texture is scaled to fit the rect while maintaining aspect ratio
|
| StretchedToFill | the texture is scaled to fill the rect while maintaining aspect ratio
|
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiImageSequenceBus.h