Add PlayerLoopTiming.TimeUpdate/LastTimeUpdate in Unity 2020.2

This commit is contained in:
neuecc
2021-01-07 13:02:18 +09:00
parent 797affae4d
commit 908e361985
5 changed files with 67 additions and 10 deletions

View File

@@ -346,6 +346,11 @@ public enum PlayerLoopTiming
PostLateUpdate = 12,
LastPostLateUpdate = 13
#if UNITY_2020_2_OR_NEWER
TimeUpdate = 14,
LastTimeUpdate = 15,
#endif
}
```