C# Class RGBShift, EffectShader

Inheritance: EffectBase
Mostra file Open project: inoook/EffectShader

Public Properties

Property Type Description
amount float
angle float

Protected Methods

Method Description
InitShader ( ) : void
UpdateParams ( ) : void

Method Details

InitShader() protected method

protected InitShader ( ) : void
return void

UpdateParams() protected method

protected UpdateParams ( ) : void
return void

Property Details

amount public_oe property

public float amount
return float

angle public_oe property

public float angle
return float