C# 클래스 OfficialPlugins.ProjectCopier.ProjectCopierMainPlugin

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

공개 메소드들

메소드 설명
ShouldExclude ( string fileUnmodified ) : bool
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

비공개 메소드들

메소드 설명
AddControlToTab ( TabControl tabControl ) : void
HandleGluxLoad ( ) : void
mControl_Click ( object sender, EventArgs e ) : void

메소드 상세

ShouldExclude() 공개 정적인 메소드

public static ShouldExclude ( string fileUnmodified ) : bool
fileUnmodified string
리턴 bool

ShutDown() 공개 메소드

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

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void