Version: 2022.2
언어: 한국어

CustomRenderTextureManager

class in UnityEngine

매뉴얼로 전환

설명

Custom Render Texture Manager.

It will allow you to retrieve a lot of information about running Custom Render Textures.

정적 함수

GetAllCustomRenderTexturesPopulate the list in parameter with all currently loaded custom render textures.

Events

initializeTriggeredUnity raises this event when CustomRenderTexture.Initialize is called.
textureLoadedUnity raises this event when it loads a CustomRenderTexture.
textureUnloadedUnity raises this event when it unloads a CustomRenderTexture.
updateTriggeredUnity raises this event when CustomRenderTexture.Update is called.