Class RenderTextureWrapperFactory
Factory to allocate and destroy RenderTextureWrapper
Inheritance
Object
Component
Behaviour
MonoBehaviour
RenderTextureWrapperFactory
Inherited Members
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public class RenderTextureWrapperFactory : MonoBehaviorSingleton<RenderTextureWrapperFactory>
Methods
Name | Description |
---|---|
AllocRTWrapper(int, int, int, Action<RenderTexture>, bool) | Allocate a RenderTextureWrapper |
AllocRTWrapper(RenderTexture, Action<RenderTexture>, bool) | Factory to allocate and destroy RenderTextureWrapper |
DestroyRTWrapper(RenderTextureWrapper) | Destroy target RenderTextureWrapper |