C# Class Overlay, ShaderProject

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

Protected Properties

Property Type Description
BLEND_VALUE_NAME string
delay float
texIndex int
time float

Public Methods

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

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

OnRenderImage() public method

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

Start() protected method

protected Start ( ) : void
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

delay protected_oe property

protected float delay
return float

texIndex protected_oe property

protected int texIndex
return int

time protected_oe property

protected float time
return float