示例#1
0
    public RobotConfiguration()
    {
        udp = new unityPacket();
        Debug.Log(filePath);

        reloadRobotInFrames = 1;
        rotation            = Quaternion.identity;

        origColors     = new List <Color>();
        highlightColor = new Color(1, 1, 0, 0.1f);
    }
示例#2
0
    public Init()
    {
        udp = new unityPacket();
        Debug.Log(filePath);

        statsWindowRect = new Rect(Screen.width - 320, 20, 300, 150);
        time_stop       = false;

        reloadRobotInFrames = -1;
        reloadFieldInFrames = -1;
        showStatWindow      = false;
        rotation            = Quaternion.identity;
        label = "Stop";
    }