void OnRobotConnected(RobotInfo ifo, RobotConnector.TargetPorts ports)
 {
     if (Interface != null)
     {
         Interface.SetPowered(true);
     }
 }
示例#2
0
 void OnRobotConnected(RobotInfo ifo, RobotConnector.TargetPorts ports)
 {
     if (Interface != null)
     {
         Interface.ConnectScreen.SetMessage(captions [1]);
         Interface.SetPowered(true);
         Interface.ConnectScreen.SetBackgroundAlpha(0.95f);
     }
 }