Version: 2021.1
언어: 한국어

PlayerLoop

class in UnityEngine.LowLevel

매뉴얼로 전환

설명

The class representing the player loop in Unity.

This class contains functions for interacting with the player loop in the core of Unity. You can use this class to get the update order of all native systems and set a custom order with new script entry points inserted.

정적 함수

GetCurrentPlayerLoopReturns the current update order of all engine systems in Unity.
GetDefaultPlayerLoopReturns the default update order of all engine systems in Unity.
SetPlayerLoopSet a new custom update order of all engine systems in Unity.