C# 클래스 TileGraphicsPlugin.TileGraphicsPluginClass

상속: FlatRedBall.Glue.Plugins.PluginBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ExecuteFinalGlueCommands ( EntitySave entity ) : void
SaveTiledMapSave ( ChangeType changeType ) : void
ShutDown ( FlatRedBall reason ) : bool
StartUp ( ) : void
TileGraphicsPluginClass ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ExecuteFinalGlueCommands() 공개 정적인 메소드

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

SaveTiledMapSave() 공개 메소드

public SaveTiledMapSave ( ChangeType changeType ) : void
changeType ChangeType
리턴 void

ShutDown() 공개 메소드

public ShutDown ( FlatRedBall reason ) : bool
reason FlatRedBall
리턴 bool

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void

TileGraphicsPluginClass() 공개 메소드

public TileGraphicsPluginClass ( ) : System
리턴 System