C# Class DrawingEffectSimpleDebug, EffectShader

Inheritance: MonoBehaviour
Show file Open project: inoook/EffectShader

Public Properties

Property Type Description
effect DrawingEffectSimple,
enableLine bool
enablePaint bool
guiColor Color

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
ToggleLine ( ) : void
TogglePaint ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ToggleLine() public method

public ToggleLine ( ) : void
return void

TogglePaint() public method

public TogglePaint ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

effect public property

public DrawingEffectSimple, effect
return DrawingEffectSimple,

enableLine public property

public bool enableLine
return bool

enablePaint public property

public bool enablePaint
return bool

guiColor public property

public Color guiColor
return Color