C# Class CameraFilterPack_FX_Plasma, ANP

Inheritance: MonoBehaviour
ファイルを表示 Open project: kabirules/ANP

Public Properties

Property Type Description
SCShader Shader

Private Properties

Property Type Description

Public Methods

Method Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
sourceTexture RenderTexture
destTexture RenderTexture
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

SCShader public_oe property

public Shader SCShader
return Shader