C# Class EffectMixer, EffectShader

Inheritance: MonoBehaviour
Afficher le fichier Open project: inoook/EffectShader

Méthodes publiques

Свойство Type Description
colorControl ColorControl,
displacement Displacement,
dotMatrix DotMatrix,
dotScreen DotScreen,
film Film,
glow Glow,
isAnime bool
kaleidoscope Kaleidoscope,
outlineMod OutlineMod,
rgbShift RGBShift,
shaker Shaker,
skin UnityEngine.GUISkin
slitscan Slitscan,
twist Twist,

Méthodes publiques

Méthode Description
ClearEffect ( ) : void
DoMyWindow ( int windowId ) : void
DrawSlider ( float &param, string name, float min = 0.0f, float max = 1.0f ) : void
DrawSliderInt ( float &param, string name, int min, int max = 1 ) : void
OnGUI ( ) : void
RandomEffect ( ) : void
RandomParams ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ClearEffect() public méthode

public ClearEffect ( ) : void
Résultat void

DoMyWindow() public méthode

public DoMyWindow ( int windowId ) : void
windowId int
Résultat void

DrawSlider() public méthode

public DrawSlider ( float &param, string name, float min = 0.0f, float max = 1.0f ) : void
param float
name string
min float
max float
Résultat void

DrawSliderInt() public méthode

public DrawSliderInt ( float &param, string name, int min, int max = 1 ) : void
param float
name string
min int
max int
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

RandomEffect() public méthode

public RandomEffect ( ) : void
Résultat void

RandomParams() public méthode

public RandomParams ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

colorControl public_oe property

public ColorControl, colorControl
Résultat ColorControl,

displacement public_oe property

public Displacement, displacement
Résultat Displacement,

dotMatrix public_oe property

public DotMatrix, dotMatrix
Résultat DotMatrix,

dotScreen public_oe property

public DotScreen, dotScreen
Résultat DotScreen,

film public_oe property

public Film, film
Résultat Film,

glow public_oe property

public Glow, glow
Résultat Glow,

isAnime public_oe property

public bool isAnime
Résultat bool

kaleidoscope public_oe property

public Kaleidoscope, kaleidoscope
Résultat Kaleidoscope,

outlineMod public_oe property

public OutlineMod, outlineMod
Résultat OutlineMod,

rgbShift public_oe property

public RGBShift, rgbShift
Résultat RGBShift,

shaker public_oe property

public Shaker, shaker
Résultat Shaker,

skin public_oe property

public GUISkin,UnityEngine skin
Résultat UnityEngine.GUISkin

slitscan public_oe property

public Slitscan, slitscan
Résultat Slitscan,

twist public_oe property

public Twist, twist
Résultat Twist,