C# Class CapturePanorama.Internals.ImageEffectCopyCamera

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: eVRydayVR/Unity360PanoramaCapture Class Usage Examples

Méthodes publiques

Свойство Type Description
onRenderImageMethods List

Méthodes publiques

Méthode Description
GenerateMethodList ( Camera camToCopy ) : List
OnDestroy ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dest ) : void

Method Details

GenerateMethodList() public static méthode

public static GenerateMethodList ( Camera camToCopy ) : List
camToCopy UnityEngine.Camera
Résultat List

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture src, RenderTexture dest ) : void
src UnityEngine.RenderTexture
dest UnityEngine.RenderTexture
Résultat void

Property Details

onRenderImageMethods public_oe property

public List onRenderImageMethods
Résultat List