C# Class Twist, EffectShader

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

Public Properties

Property Type Description
rand float
timer float
val2 float
val3 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

rand public_oe property

public float rand
return float

timer public_oe property

public float timer
return float

val2 public_oe property

public float val2
return float

val3 public_oe property

public float val3
return float