C# Class DotMatrix, EffectShader

Inheritance: EffectBase
ファイルを表示 Open project: inoook/EffectShader Class Usage Examples

Public Properties

Property Type Description
blur float
size float
spacing 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

blur public_oe property

public float blur
return float

size public_oe property

public float size
return float

spacing public_oe property

public float spacing
return float