| Elin Decompiled Documentation EA 23.228 Nightly
    | 
 
  
| Public Member Functions | |
| void | SetEnable (bool enable) | 
| void | OnChangeResolution () | 
| void | CreateTex (int w, int h) | 
| void | OnChangeResolution () | 
| Public Attributes | |
| RenderTexture | renderTex | 
| RawImage | image | 
| bool | active | 
| Static Public Attributes | |
| static RenderCamUpscaler | Instance | 
| Private Member Functions | |
| void | Awake () | 
Definition at line 4 of file RenderCamUpscaler.cs.
| 
 | inlineprivate | 
| 
 | inline | 
Definition at line 49 of file RenderCamUpscaler.cs.
References renderTex.
Referenced by OnChangeResolution().
| 
 | inline | 
Implements IChangeResolution.
Definition at line 35 of file RenderCamUpscaler.cs.
References active, CreateTex(), image, and renderTex.
Referenced by SetEnable().
| 
 | inline | 
Definition at line 19 of file RenderCamUpscaler.cs.
References active, OnChangeResolution(), and renderTex.
| bool RenderCamUpscaler.active | 
Definition at line 12 of file RenderCamUpscaler.cs.
Referenced by OnChangeResolution(), and SetEnable().
| RawImage RenderCamUpscaler.image | 
Definition at line 10 of file RenderCamUpscaler.cs.
Referenced by OnChangeResolution().
| 
 | static | 
Definition at line 6 of file RenderCamUpscaler.cs.
Referenced by Awake().
| RenderTexture RenderCamUpscaler.renderTex | 
Definition at line 8 of file RenderCamUpscaler.cs.
Referenced by CreateTex(), OnChangeResolution(), and SetEnable().