6 using System.Collections.Generic;
14 [RequireComponent(typeof(Prototyping.FadeColors))]
17 private Prototyping.FadeColors mFadeController;
24 if (mFadeController == null)
26 mFadeController = GetComponent<Prototyping.FadeColors>();
29 if (mFadeController == null)
31 Debug.LogError(
"FadeMaterialColor:FadeController is not set in FadeInOnFocusWidget!");
46 mFadeController.FadeIn();
50 mFadeController.FadeOut();