Version: 2020.3
言語: 日本語
public static void SetPlayerLoop (LowLevel.PlayerLoopSystem loop);

説明

Set a new custom update order of all engine systems in Unity.

This method changes the update order of Unity to the one specified. Only the systems you include in the new player loop will run. If you omit any systems, they will not run at all. You can insert custom script entry points in the update order before setting it. For example, this allows you to add a script which runs right before physics or in other places where scripts are not run by default. The new update order will not take effect until the next full player loop iteration, but the changes will be immediately visible in subsequent calls to GetCurrentPlayerLoop.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961