C# Class MBEditorParameterHandler, Pharos

Base MBParameter's GUI handler
Mostra file Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
NeedRepaint bool

Public Methods

Method Description
OnBirthGUI ( ) : void

Place parameter's initial (+AnimatedBirth) GUI code here

OnDestroy ( ) : void
OnLifetimeGUI ( ) : void

Place parameter's AnimatedLifetime GUI code here (if any)

Method Details

OnBirthGUI() public method

Place parameter's initial (+AnimatedBirth) GUI code here
public OnBirthGUI ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnLifetimeGUI() public method

Place parameter's AnimatedLifetime GUI code here (if any)
public OnLifetimeGUI ( ) : void
return void

Property Details

NeedRepaint public_oe property

If true, the Magical Box window will be repainted
Use this to force the editor window to repaint when you need it
public bool NeedRepaint
return bool