LyShine cleanup of TODOs (#6138)
* LyShine cleanup pass for Atom conversion Signed-off-by: abrmich <abrmich@amazon.com> * Add GHI numbers to comments Signed-off-by: abrmich <abrmich@amazon.com>
This commit is contained in:
@@ -74,7 +74,7 @@ namespace LyShineExamples
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
void UiCustomImageComponent::Render([[maybe_unused]] LyShine::IRenderGraph* renderGraph)
|
||||
{
|
||||
#ifdef LYSHINE_ATOM_TODO // [LYN-3635] convert to use Atom
|
||||
#ifdef LYSHINE_ATOM_TODO // [GHI #3568] Convert draws to use Atom
|
||||
// get fade value (tracked by UiRenderer) and compute the desired alpha for the image
|
||||
float fade = renderGraph->GetAlphaFade();
|
||||
float desiredAlpha = m_overrideAlpha * fade;
|
||||
|
||||
Reference in New Issue
Block a user