示例#1
0
        public void Start()
        {
            magnet = new ParsedMagnetData();
            touch  = new ParsedTouchData();

            Application.targetFrameRate = 60;
        }
示例#2
0
        public void Start()
        {
            magnet = new ParsedMagnetData();
            touch = new ParsedTouchData();

            Application.targetFrameRate = 60;
        }