Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CustomRenderTextureManager

Custom Render Texture Manager.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static class CustomRenderTextureManager

Remarks

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

Static Methods

Method

Description

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

Static Events

Member

Description

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.