This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

PlayerLoop

class in UnityEngine.Experimental.LowLevel

/

Implemented in:UnityEngine.CoreModule

Description

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.

Static Methods

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