C# Class Prime31.SpriteLightKitImageEffect

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: prime31/SpriteLightKit Class Usage Examples

Méthodes publiques

Свойство Type Description
shader UnityEngine.Shader
spriteLightRT UnityEngine.RenderTexture

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source UnityEngine.RenderTexture
destination UnityEngine.RenderTexture
Résultat void

Property Details

shader public_oe property

public Shader,UnityEngine shader
Résultat UnityEngine.Shader

spriteLightRT public_oe property

public RenderTexture,UnityEngine spriteLightRT
Résultat UnityEngine.RenderTexture