Version: 2022.3
言語: 日本語

CustomRenderTextureUpdateMode

enumeration

マニュアルに切り替える

説明

Frequency of update or initialization of a Custom Render Texture.

関連項目: CustomRenderTexture.

変数

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