📜  unity如何设置帧率C#代码示例

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

代码示例1
// Make the game run as fast as possible
Application.targetFrameRate = 300;