using Blue; using UnityEngine; public class BlueTest : AbstractController { void Update() { if(Input.GetKeyDown(KeyCode.M)) { this.SendCommand(new PointPosRotDownloadCommand(this.GetModel<ISceneModel>().sceneID)); } } }