Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PostLateUpdate

Update phase in the native player loop.
Read time 3 minutesLast updated 6 days ago

Definition

public struct PostLateUpdate

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

PostLateUpdate.AccessibilityLateUpdateA native engine system that the native player loop updates.
PostLateUpdate.BatchModeUpdateA native engine system that the native player loop updates.
PostLateUpdate.ClearImmediateRenderersA native engine system that the native player loop updates.
PostLateUpdate.DirectorLateUpdateA native engine system that the native player loop updates.
PostLateUpdate.DirectorRenderImageA native engine system that the native player loop updates.
PostLateUpdate.EndGraphicsJobsAfterScriptLateUpdateA native engine system that the native player loop updates.
PostLateUpdate.EnlightenRuntimeUpdateA native engine system that the native player loop updates.
PostLateUpdate.ExecuteGameCenterCallbacksA native engine system that the native player loop updates.
PostLateUpdate.FinishFrameRenderingA native engine system that the native player loop updates.
PostLateUpdate.GUIClearEventsA native engine system that the native player loop updates.
PostLateUpdate.InputEndFrameA native engine system that the native player loop updates.
PostLateUpdate.MemoryFrameMaintenanceA native engine system that the native player loop updates.
PostLateUpdate.ParticleSystemEndUpdateAllA native engine system that the native player loop updates.
PostLateUpdate.PhysicsSkinnedClothBeginUpdateA native engine system that the native player loop updates.
PostLateUpdate.PhysicsSkinnedClothFinishUpdateA native engine system that the native player loop updates.
PostLateUpdate.PlayerEmitCanvasGeometryA native engine system that the native player loop updates.
PostLateUpdate.PlayerSendFrameCompleteA native engine system that the native player loop updates.
PostLateUpdate.PlayerSendFramePostPresentA native engine system that the native player loop updates.
PostLateUpdate.PlayerSendFrameStartedA native engine system that the native player loop updates.
PostLateUpdate.PlayerUpdateCanvasesA native engine system that the native player loop updates.
PostLateUpdate.PresentAfterDrawA native engine system that the native player loop updates.
PostLateUpdate.ProcessWebSendMessagesA native engine system that the native player loop updates.
PostLateUpdate.ProfilerEndFrameA native engine system that the native player loop updates.
PostLateUpdate.ProfilerSynchronizeStatsA native engine system that the native player loop updates.
PostLateUpdate.ResetInputAxisA native engine system that the native player loop updates.
PostLateUpdate.ScriptRunDelayedDynamicFrameRateA native engine system that the native player loop updates.
PostLateUpdate.ShaderHandleErrorsA native engine system that the native player loop updates.
PostLateUpdate.SortingGroupsUpdateA native engine system that the native player loop updates.
PostLateUpdate.ThreadedLoadingDebugA native engine system that the native player loop updates.
PostLateUpdate.TriggerEndOfFrameCallbacksA native engine system that the native player loop updates.
PostLateUpdate.UpdateAllRenderersA native engine system that the native player loop updates.
PostLateUpdate.UpdateAllSkinnedMeshesA native engine system that the native player loop updates.
PostLateUpdate.UpdateAudioA native engine system that the native player loop updates.
PostLateUpdate.UpdateCanvasRectTransformA native engine system that the native player loop updates.
PostLateUpdate.UpdateCaptureScreenshotA native engine system that the native player loop updates.
PostLateUpdate.UpdateCustomRenderTexturesA native engine system that the native player loop updates.
PostLateUpdate.UpdateLightProbeProxyVolumesA native engine system that the native player loop updates.
PostLateUpdate.UpdateRectTransformA native engine system that the native player loop updates.
PostLateUpdate.UpdateResolutionA native engine system that the native player loop updates.
PostLateUpdate.UpdateSubstanceA native engine system that the native player loop updates.
PostLateUpdate.UpdateVideoA native engine system that the native player loop updates.
PostLateUpdate.UpdateVideoTexturesA native engine system that the native player loop updates.
PostLateUpdate.XRPostLateUpdateNative engine system updated by the Player loop.
PostLateUpdate.XRPostPresentA native engine system that the native player loop updates.
PostLateUpdate.XRPreEndFrameNative engine system updated by the Player loop.