Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Update

Update phase in the native player loop.
Read time 1 minuteLast updated 4 days ago

Definition

public struct Update

Remarks

This is the C# representation of an update phase in the native player loop. It can only be used to identify the update phase in native.

Structs

Struct

Description

Update.DirectorUpdateA native engine system that the native player loop updates.
Update.ScriptRunBehaviourUpdateA native engine system that the native player loop updates.
Update.ScriptRunDelayedDynamicFrameRateA native engine system that the native player loop updates.
Update.ScriptRunDelayedTasksA native engine system that the native player loop updates.