Property | Type | Description | |
---|---|---|---|
mCommandMap | Type>.IDictionary | ||
mInstance | IController | ||
mStaticSyncRoot | object | ||
mSyncRoot | object | ||
mViewCmdMap | List |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Controller ( ) : UnityEngine | ||
InitController ( ) : void |
public ExecuteCommand ( IMessage note ) : void | ||
note | IMessage | |
return | void |
public HasCommand ( string commandName ) : bool | ||
commandName | string | |
return | bool |
public RegisterCommand ( string commandName, Type commandType ) : void | ||
commandName | string | |
commandType | Type | |
return | void |
public RegisterViewCommand ( IView view, string commandNames ) : void | ||
view | IView | |
commandNames | string | |
return | void |
public RemoveCommand ( string commandName ) : void | ||
commandName | string | |
return | void |
public RemoveViewCommand ( IView view, string commandNames ) : void | ||
view | IView | |
commandNames | string | |
return | void |