Open 3D Engine LyShineExamples Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
UiCustomImageInterface Class Referenceabstract

Inherits AZ::ComponentBus.

Classes

struct  UVRect
 

Public Member Functions

virtual AZ::Color GetColor ()=0
 
virtual void SetColor (const AZ::Color &color)=0
 
virtual ISprite * GetSprite ()=0
 
virtual void SetSprite (ISprite *sprite)=0
 
virtual AZStd::string GetSpritePathname ()=0
 
virtual void SetSpritePathname (AZStd::string spritePath)=0
 
virtual UVRect GetUVs ()=0
 
virtual void SetUVs (UVRect uvs)=0
 
virtual bool GetClamp ()=0
 
virtual void SetClamp (bool clamp)=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 Only one component on a entity can implement the events.
 

The documentation for this class was generated from the following file: