C# Class PluginDemo.MainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Méthode Description
AddOrShowTab ( ) : void
HandleFileChanged ( string fileName ) : void
HandleGetReferencedFiles ( string fileName, EditorObjects topLevelOrRecursive, List referencedFiles ) : void
HandleItemSelect ( System selectedTreeNode ) : void

Method Details

ShutDown() public méthode

public ShutDown ( FlatRedBall shutDownReason ) : bool
shutDownReason FlatRedBall
Résultat bool

StartUp() public méthode

public StartUp ( ) : void
Résultat void