C# 클래스 GlueView.Plugin.PluginManager

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

Private Properties

프로퍼티 타입 설명
CallMethodOnPlugin void
Initialize void

공개 메소드들

메소드 설명
OnAfterVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
OnBeforeVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
PluginManager ( bool global ) : System
ReactToCursorClick ( ) : void
ReactToCursorDrag ( ) : void
ReactToCursorMiddleScroll ( ) : void
ReactToCursorMove ( ) : void
ReactToCursorPush ( ) : void
ReactToCursorRightClick ( ) : void
ReactToElementHighlight ( ) : void
ReactToElementLoad ( ) : void
ReactToResolutionChange ( ) : void
ReactToUpdate ( ) : void

보호된 메소드들

메소드 설명
InstantiateAllListsAsEmpty ( ) : void
LoadReferenceLists ( ) : void
StartAllPlugins ( List pluginsToIgnore = null ) : void

비공개 메소드들

메소드 설명
CallMethodOnPlugin ( Action methodToCall, string methodName ) : void
Initialize ( ) : void

메소드 상세

InstantiateAllListsAsEmpty() 보호된 메소드

protected InstantiateAllListsAsEmpty ( ) : void
리턴 void

LoadReferenceLists() 보호된 메소드

protected LoadReferenceLists ( ) : void
리턴 void

OnAfterVariableSet() 공개 정적인 메소드

public static OnAfterVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
sender object
variableSetArgs FlatRedBall.Glue.VariableSetArgs
리턴 void

OnBeforeVariableSet() 공개 정적인 메소드

public static OnBeforeVariableSet ( object sender, VariableSetArgs variableSetArgs ) : void
sender object
variableSetArgs FlatRedBall.Glue.VariableSetArgs
리턴 void

PluginManager() 공개 메소드

public PluginManager ( bool global ) : System
global bool
리턴 System

ReactToCursorClick() 공개 정적인 메소드

public static ReactToCursorClick ( ) : void
리턴 void

ReactToCursorDrag() 공개 정적인 메소드

public static ReactToCursorDrag ( ) : void
리턴 void

ReactToCursorMiddleScroll() 공개 정적인 메소드

public static ReactToCursorMiddleScroll ( ) : void
리턴 void

ReactToCursorMove() 공개 정적인 메소드

public static ReactToCursorMove ( ) : void
리턴 void

ReactToCursorPush() 공개 정적인 메소드

public static ReactToCursorPush ( ) : void
리턴 void

ReactToCursorRightClick() 공개 정적인 메소드

public static ReactToCursorRightClick ( ) : void
리턴 void

ReactToElementHighlight() 공개 정적인 메소드

public static ReactToElementHighlight ( ) : void
리턴 void

ReactToElementLoad() 공개 정적인 메소드

public static ReactToElementLoad ( ) : void
리턴 void

ReactToResolutionChange() 공개 정적인 메소드

public static ReactToResolutionChange ( ) : void
리턴 void

ReactToUpdate() 공개 정적인 메소드

public static ReactToUpdate ( ) : void
리턴 void

StartAllPlugins() 보호된 메소드

protected StartAllPlugins ( List pluginsToIgnore = null ) : void
pluginsToIgnore List
리턴 void