C# Class BlackWhite, ShaderProject

Inheritance: Filter
ファイルを表示 Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Property Type Description
BLEND_VALUE_NAME string
bwBlendVal float

Public Methods

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

Protected Methods

Method Description
Update ( ) : void

Method Details

OnRenderImage() public method

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

Update() protected method

protected Update ( ) : void
return void

Property Details

BLEND_VALUE_NAME protected_oe property

protected string BLEND_VALUE_NAME
return string

bwBlendVal protected_oe property

protected float bwBlendVal
return float