Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
DrawingEffectSimpleDebug
C# Class DrawingEffectSimpleDebug, EffectShader
Inheritance:
MonoBehaviour
Mostra 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_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