示例#1
0
 private void OnDisable()
 {
     onScreenFade -= Fade;
 }
示例#2
0
 void Awake()
 {
     onScreenFade += Fade;
     onScreenFade(0, 3);
 }