コード例 #1
0
        public Viewport()
        {
            _follow = null;
            Pos = Vector2.Zero;

            Core.UpdateEvent += Update;
        }
コード例 #2
0
        public Viewport()
        {
            _follow = null;
            Pos     = Vector2.Zero;

            Core.UpdateEvent += Update;
        }
コード例 #3
0
 public static void Follow(BasicUnit unit)
 {
     _follow = unit;
 }
コード例 #4
0
 public static void Follow(BasicUnit unit)
 {
     _follow = unit;
 }