C# Class DrawingEffectSimpleDebug, EffectShader

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

Méthodes publiques

Свойство Type Description
effect DrawingEffectSimple,
enableLine bool
enablePaint bool
guiColor Color

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
ToggleLine ( ) : void
TogglePaint ( ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToggleLine() public méthode

public ToggleLine ( ) : void
Résultat void

TogglePaint() public méthode

public TogglePaint ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

effect public_oe property

public DrawingEffectSimple, effect
Résultat DrawingEffectSimple,

enableLine public_oe property

public bool enableLine
Résultat bool

enablePaint public_oe property

public bool enablePaint
Résultat bool

guiColor public_oe property

public Color guiColor
Résultat Color