C# Class MBEditorEmitterTypeHandler, Pharos

Base MBEmitterType's GUI handler class
Exibir arquivo Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
NeedRepaint bool

Public Methods

Method Description
BaseOnGUI ( ) : void
OnGUI ( ) : void

Method Details

BaseOnGUI() public method

public BaseOnGUI ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

NeedRepaint public_oe property

If true, the Magical Box window will be repainted
public bool NeedRepaint
return bool