C# Class TileGraphicsPlugin.TileGraphicsPluginClass

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

Private Properties

Свойство Type Description
AddCodeGenerators void
AddEvents void
HandleAdjustDisplayedReferencedFile void
HandleCanFileReferenceContent bool
HandleCommandLinePropertyChanged void
HandleCopyFile bool
HandleFileChange void
HandleGluxLoad void
HandleGluxLoadEarly void
HandleItemSelect void
HandleUserChangeTmx void
InitializeTab void
InitializeTmxEditorControl void
OnClosedByUser void
OnLoadEntities void
ReactToRfsSelected void
SaveTemplateTmx void
UpdateTilesetDisplay void

Méthodes publiques

Méthode Description
ExecuteFinalGlueCommands ( EntitySave entity ) : void
SaveTiledMapSave ( ChangeType changeType ) : void
ShutDown ( FlatRedBall reason ) : bool
StartUp ( ) : void
TileGraphicsPluginClass ( ) : System

Private Methods

Méthode Description
AddCodeGenerators ( ) : void
AddEvents ( ) : void
HandleAdjustDisplayedReferencedFile ( ReferencedFileSave rfs, ReferencedFileSavePropertyGridDisplayer displayer ) : void
HandleCanFileReferenceContent ( string fileName ) : bool
HandleCommandLinePropertyChanged ( ) : void
HandleCopyFile ( string sourceFile, string sourceDirectory, string targetFile ) : bool
HandleFileChange ( string fileName ) : void
HandleGluxLoad ( ) : void
HandleGluxLoadEarly ( ) : void
HandleItemSelect ( TreeNode treeNode ) : void
HandleUserChangeTmx ( object sender, EventArgs args ) : void
InitializeTab ( ) : void
InitializeTmxEditorControl ( ) : void
OnClosedByUser ( object sender ) : void
OnLoadEntities ( object sender, EventArgs args ) : void
ReactToRfsSelected ( ReferencedFileSave rfs ) : void
SaveTemplateTmx ( ) : void
UpdateTilesetDisplay ( ) : void

Method Details

ExecuteFinalGlueCommands() public static méthode

public static ExecuteFinalGlueCommands ( EntitySave entity ) : void
entity FlatRedBall.Glue.SaveClasses.EntitySave
Résultat void

SaveTiledMapSave() public méthode

public SaveTiledMapSave ( ChangeType changeType ) : void
changeType ChangeType
Résultat void

ShutDown() public méthode

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

StartUp() public méthode

public StartUp ( ) : void
Résultat void

TileGraphicsPluginClass() public méthode

public TileGraphicsPluginClass ( ) : System
Résultat System