C# Class Displacement, EffectShader

Inheritance: ImageEffectBase
Show file Open project: inoook/EffectShader Class Usage Examples

Public Properties

Property Type Description
displaceTexture Texture
scale float
vx float
vy 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

displaceTexture public property

public Texture displaceTexture
return Texture

scale public property

public float scale
return float

vx public property

public float vx
return float

vy public property

public float vy
return float