In C#, you declare a coroutine like this: IEnumerator Fade() { Color c = renderer.material.color; for (float alpha = 1f; alpha >= 0; ...
確定! 回上一頁