C# 클래스 EffectMixer, EffectShader

상속: MonoBehaviour
파일 보기 프로젝트 열기: inoook/EffectShader

공개 프로퍼티들

프로퍼티 타입 설명
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,

공개 메소드들

메소드 설명
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

메소드 상세

ClearEffect() 공개 메소드

public ClearEffect ( ) : void
리턴 void

DoMyWindow() 공개 메소드

public DoMyWindow ( int windowId ) : void
windowId int
리턴 void

DrawSlider() 공개 메소드

public DrawSlider ( float &param, string name, float min = 0.0f, float max = 1.0f ) : void
param float
name string
min float
max float
리턴 void

DrawSliderInt() 공개 메소드

public DrawSliderInt ( float &param, string name, int min, int max = 1 ) : void
param float
name string
min int
max int
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

RandomEffect() 공개 메소드

public RandomEffect ( ) : void
리턴 void

RandomParams() 공개 메소드

public RandomParams ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

colorControl 공개적으로 프로퍼티

public ColorControl, colorControl
리턴 ColorControl,

displacement 공개적으로 프로퍼티

public Displacement, displacement
리턴 Displacement,

dotMatrix 공개적으로 프로퍼티

public DotMatrix, dotMatrix
리턴 DotMatrix,

dotScreen 공개적으로 프로퍼티

public DotScreen, dotScreen
리턴 DotScreen,

film 공개적으로 프로퍼티

public Film, film
리턴 Film,

glow 공개적으로 프로퍼티

public Glow, glow
리턴 Glow,

isAnime 공개적으로 프로퍼티

public bool isAnime
리턴 bool

kaleidoscope 공개적으로 프로퍼티

public Kaleidoscope, kaleidoscope
리턴 Kaleidoscope,

outlineMod 공개적으로 프로퍼티

public OutlineMod, outlineMod
리턴 OutlineMod,

rgbShift 공개적으로 프로퍼티

public RGBShift, rgbShift
리턴 RGBShift,

shaker 공개적으로 프로퍼티

public Shaker, shaker
리턴 Shaker,

skin 공개적으로 프로퍼티

public GUISkin,UnityEngine skin
리턴 UnityEngine.GUISkin

slitscan 공개적으로 프로퍼티

public Slitscan, slitscan
리턴 Slitscan,

twist 공개적으로 프로퍼티

public Twist, twist
리턴 Twist,