C# Class DrawingEffectSimpleDebug, EffectShader

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public DrawingEffectSimple, effect
return DrawingEffectSimple,

enableLine public_oe property

public bool enableLine
return bool

enablePaint public_oe property

public bool enablePaint
return bool

guiColor public_oe property

public Color guiColor
return Color