BodyTetrisWrapper.Program.GameStart C# (CSharp) 메소드

GameStart() 공개 정적인 메소드

public static GameStart ( ) : void
리턴 void
        public static void GameStart() //not used.
        {
            OscBundle bundle = new OscBundle();
            bundle.AddElement(new OscElement("/gamestart"));
            //send bundle
            OSCSender.Send(bundle);
        }
        public static void RoundStart(int goalShape, int orientation, IntPtr goalShapeStatus)