C# Class MBEditorParameterHandler, Pharos

Base MBParameter's GUI handler
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
NeedRepaint bool

Méthodes publiques

Méthode 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 méthode

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

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnLifetimeGUI() public méthode

Place parameter's AnimatedLifetime GUI code here (if any)
public OnLifetimeGUI ( ) : void
Résultat 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
Résultat bool