📜  unity 每 x 秒调用一次函数 - C# 代码示例

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

代码示例1
float x = seconds before the first invoke;
float y = seconds between every invoke;

InvokeRepeating("Function", x, y);