Version: 2022.3
언어: 한국어

CustomRenderTextureUpdateMode

enumeration

매뉴얼로 전환

설명

Frequency of update or initialization of a Custom Render Texture.

See Also: 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.