프로퍼티 | 타입 | 설명 | |
---|---|---|---|
mCommandMap | Type>.IDictionary | ||
mInstance | IController | ||
mStaticSyncRoot | object | ||
mSyncRoot | object | ||
mViewCmdMap | List |
메소드 | 설명 | |
---|---|---|
ExecuteCommand ( IMessage note ) : void | ||
HasCommand ( string commandName ) : bool | ||
RegisterCommand ( string commandName, Type commandType ) : void | ||
RegisterViewCommand ( IView view, string commandNames ) : void | ||
RemoveCommand ( string commandName ) : void | ||
RemoveViewCommand ( IView view, string commandNames ) : void |
메소드 | 설명 | |
---|---|---|
Controller ( ) : UnityEngine | ||
InitController ( ) : void |
public RegisterCommand ( string commandName, Type commandType ) : void | ||
commandName | string | |
commandType | Type | |
리턴 | void |
public RegisterViewCommand ( IView view, string commandNames ) : void | ||
view | IView | |
commandNames | string | |
리턴 | void |
public RemoveCommand ( string commandName ) : void | ||
commandName | string | |
리턴 | void |
public RemoveViewCommand ( IView view, string commandNames ) : void | ||
view | IView | |
commandNames | string | |
리턴 | void |