cull(engine-cleanup): pass-8 phase-2 cascade round 1 after MyPageItemBattle stub
This commit is contained in:
@@ -6,15 +6,6 @@ public class FadeUtility
|
||||
{
|
||||
private static readonly AnimationCurve FADE_ALPHA_ANIM_CURVE = AnimationCurve.Linear(0f, 0f, 1f, 1f);
|
||||
|
||||
public static void FadeOutObjectAndNonActive(GameObject obj)
|
||||
{
|
||||
FadeFinish(obj);
|
||||
FadeOut(obj, delegate
|
||||
{
|
||||
obj.SetActive(value: false);
|
||||
});
|
||||
}
|
||||
|
||||
private static void FadeOut(GameObject obj, Action onFinish)
|
||||
{
|
||||
UIButtonColor button = obj.GetComponent<UIButtonColor>();
|
||||
|
||||
Reference in New Issue
Block a user