C# Class Controller, UnityHello

Inheritance: MonoBehaviour
Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Protected Properties

Свойство Type Description
mCommandMap Type>.IDictionary
mInstance IController
mStaticSyncRoot object
mSyncRoot object
mViewCmdMap List>.IDictionary

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Controller ( ) : UnityEngine
InitController ( ) : void

Method Details

Controller() protected méthode

protected Controller ( ) : UnityEngine
Résultat UnityEngine

ExecuteCommand() public méthode

public ExecuteCommand ( IMessage note ) : void
note IMessage
Résultat void

HasCommand() public méthode

public HasCommand ( string commandName ) : bool
commandName string
Résultat bool

InitController() protected méthode

protected InitController ( ) : void
Résultat void

RegisterCommand() public méthode

public RegisterCommand ( string commandName, Type commandType ) : void
commandName string
commandType Type
Résultat void

RegisterViewCommand() public méthode

public RegisterViewCommand ( IView view, string commandNames ) : void
view IView
commandNames string
Résultat void

RemoveCommand() public méthode

public RemoveCommand ( string commandName ) : void
commandName string
Résultat void

RemoveViewCommand() public méthode

public RemoveViewCommand ( IView view, string commandNames ) : void
view IView
commandNames string
Résultat void

Property Details

mCommandMap protected_oe property

protected IDictionary mCommandMap
Résultat Type>.IDictionary

mInstance protected_oe static_oe property

protected static IController mInstance
Résultat IController

mStaticSyncRoot protected_oe static_oe property

protected static object mStaticSyncRoot
Résultat object

mSyncRoot protected_oe property

protected object mSyncRoot
Résultat object

mViewCmdMap protected_oe property

protected IDictionary> mViewCmdMap
Résultat List>.IDictionary