Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CustomRenderTextureUpdateMode

Frequency of update or initialization of a Custom Render Texture.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum CustomRenderTextureUpdateMode

Remarks

Additional Resources: CustomRenderTexture.

Fields

Value

Description

OnDemandInitialization/Update will only occur when triggered by the script.
OnLoadInitialization/Update will occur once at load time and then can be triggered again by script.
RealtimeInitialization/Update will occur at every frame.