Exemplo n.º 1
0
    private IEnumerator RemoveAsync()
    {
        yield return(mHover.Transition());

        gameObject.SetActive(false);
    }
Exemplo n.º 2
0
 private IEnumerator RemoveAsync()
 {
     yield return(mHover.Transition());
 }