C# 클래스 GlueViewTestPlugins.EntityControl.EntityControl

상속: GlueView.Plugin.GlueViewPlugin
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

Private Properties

프로퍼티 타입 설명
CheckForSourceFile bool
FillVariableList void
OnClick void
OnDrag void
OnElementHighlight void
OnElementLoaded void
OnMouseMove void
OnPush void
OnUpdate void
SelectElement void
setUpLayerComboBox void

공개 메소드들

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

비공개 메소드들

메소드 설명
CheckForSourceFile ( ElementRuntime elementRuntimeOver ) : bool

Checks to see if the elemenetRuntime is owned by another file

FillVariableList ( ) : void
OnClick ( object sender, EventArgs e ) : void
OnDrag ( object sender, EventArgs e ) : void
OnElementHighlight ( object sender, EventArgs e ) : void
OnElementLoaded ( object sender, EventArgs e ) : void
OnMouseMove ( object sender, EventArgs e ) : void
OnPush ( object sender, EventArgs e ) : void

When the mouse is pressed

OnUpdate ( object sender, EventArgs e ) : void
SelectElement ( ElementRuntime elementRuntimeOver ) : void
setUpLayerComboBox ( ) : void

Parses the layers out of the currently selected element in Glue, then adds them to the combobox.

메소드 상세

ShutDown() 공개 메소드

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

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void