C# Class CapturePanorama.Internals.ImageEffectCopyCamera

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: eVRydayVR/Unity360PanoramaCapture Class Usage Examples

Public Properties

Property Type Description
onRenderImageMethods List

Public Methods

Method Description
GenerateMethodList ( Camera camToCopy ) : List
OnDestroy ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dest ) : void

Method Details

GenerateMethodList() public static method

public static GenerateMethodList ( Camera camToCopy ) : List
camToCopy UnityEngine.Camera
return List

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture src, RenderTexture dest ) : void
src UnityEngine.RenderTexture
dest UnityEngine.RenderTexture
return void

Property Details

onRenderImageMethods public_oe property

public List onRenderImageMethods
return List