📜  暂停菜单的动画 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:38.542000             🧑  作者: Mango

代码示例1
//use unscaled time for the animator update mode
//for Coroutines, use WaitForSecondsRealtime
//example
yield return new WaitForSecondsRealtime(0.05f);