Example #1
0
 private async void Awake()
 {
     _cancellationTokenSource = new CancellationTokenSource();
     await _loop.FadeInAsync(1f, 3f, _cancellationTokenSource.Token);
 }