C# Class Prime31.SpriteLightKitImageEffect

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: prime31/SpriteLightKit Class Usage Examples

Public Properties

Property Type Description
shader UnityEngine.Shader
spriteLightRT UnityEngine.RenderTexture

Public Methods

Method Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source UnityEngine.RenderTexture
destination UnityEngine.RenderTexture
return void

Property Details

shader public_oe property

public Shader,UnityEngine shader
return UnityEngine.Shader

spriteLightRT public_oe property

public RenderTexture,UnityEngine spriteLightRT
return UnityEngine.RenderTexture