GameRoot:ContextView需要挂载在游戏物体上
void Awake(){
context=new GameContext(this,true);
context.Start();
}
GameContext:MVCSContext
public GameContext(MonoBehaviour view,bool autoMapping):base(view,autoMapping)
protected override void mapBindings()
绑定都是在GameContext中进行