Class RenderTextureWrapper
Wrapper for RenderTexture that encapsulate operations while RenderTexture be recreated.
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public class RenderTextureWrapper
Constructors
Name | Description |
---|---|
RenderTextureWrapper(RenderTexture, Action<RenderTexture>) | Constructor for RenderTextureWrapper |
Fields
Name | Description |
---|---|
renderTexture | Wrapped RenderTexture |
Properties
Name | Description |
---|---|
height | Wrapper for RenderTexture that encapsulate operations while RenderTexture be recreated. |
width | Wrapper for RenderTexture that encapsulate operations while RenderTexture be recreated. |
Methods
Name | Description |
---|---|
ReCreateRT() | Recreate released wrapped RenderTexture |
ReleaseRT() | Release wrapped RenderTexture |