C# Class TileGraphicsPlugin.TileGraphicsPluginClass

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property 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

Public Methods

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

Private Methods

Method 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 method

public static ExecuteFinalGlueCommands ( EntitySave entity ) : void
entity FlatRedBall.Glue.SaveClasses.EntitySave
return void

SaveTiledMapSave() public method

public SaveTiledMapSave ( ChangeType changeType ) : void
changeType ChangeType
return void

ShutDown() public method

public ShutDown ( FlatRedBall reason ) : bool
reason FlatRedBall
return bool

StartUp() public method

public StartUp ( ) : void
return void

TileGraphicsPluginClass() public method

public TileGraphicsPluginClass ( ) : System
return System