修复hint的bug
This commit is contained in:
parent
f47ddf5c86
commit
684614b43b
2
Assets/Scripts/UI/UIHint.Designer.cs
generated
2
Assets/Scripts/UI/UIHint.Designer.cs
generated
@ -5,7 +5,7 @@ using QFramework;
|
|||||||
|
|
||||||
namespace QFramework.Example
|
namespace QFramework.Example
|
||||||
{
|
{
|
||||||
// Generate Id:56300545-9a16-4363-94bb-73919dd6d4f0
|
// Generate Id:81782f84-21db-40cc-8f07-78023c95d54e
|
||||||
public partial class UIHint
|
public partial class UIHint
|
||||||
{
|
{
|
||||||
public const string Name = "UIHint";
|
public const string Name = "UIHint";
|
||||||
|
|||||||
@ -61,6 +61,7 @@ namespace QFramework.Example
|
|||||||
{
|
{
|
||||||
ItemPrefab.DOFade(alph, 0.5f);
|
ItemPrefab.DOFade(alph, 0.5f);
|
||||||
Label.DOFade(alph, 0.5f);
|
Label.DOFade(alph, 0.5f);
|
||||||
|
Icon.gameObject.SetActive(alph == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnShow()
|
protected override void OnShow()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user