예제 #1
0
        public Point GetShipDisplayCenter(bool damaged)
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph.get_Item(this._gra_id);

            if (damaged)
            {
                return(new Point(mst_shipgraph.Ship_display_center_d_x, mst_shipgraph.Ship_display_center_d_y));
            }
            return(new Point(mst_shipgraph.Ship_display_center_n_x, mst_shipgraph.Ship_display_center_n_y));
        }
예제 #2
0
        public Point GetSlotItemCategory(bool damaged)
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph.get_Item(this._gra_id);

            if (damaged)
            {
                return(new Point(mst_shipgraph.Slotitem_category_d_x, mst_shipgraph.Slotitem_category_d_y));
            }
            return(new Point(mst_shipgraph.Slotitem_category_n_x, mst_shipgraph.Slotitem_category_n_y));
        }
예제 #3
0
        public Point GetFace(bool damaged)
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph.get_Item(this._gra_id);

            if (damaged)
            {
                return(new Point(mst_shipgraph.Face_d_x, mst_shipgraph.Face_d_y));
            }
            return(new Point(mst_shipgraph.Face_n_x, mst_shipgraph.Face_n_y));
        }
예제 #4
0
        public Point GetBoko(bool damaged)
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph[_gra_id];

            if (damaged)
            {
                return(new Point(mst_shipgraph.Boko_d_x, mst_shipgraph.Boko_d_y));
            }
            return(new Point(mst_shipgraph.Boko_n_x, mst_shipgraph.Boko_n_y));
        }
예제 #5
0
        public Point GetLive2dBias()
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph.get_Item(this._gra_id);

            return(new Point(mst_shipgraph.L2dBias_X, mst_shipgraph.L2dBias_Y));
        }
예제 #6
0
        public AreaBy2Point GetFaceAreaAtWedding()
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph.get_Item(this._gra_id);

            return(new AreaBy2Point(mst_shipgraph.Weda_x, mst_shipgraph.Weda_y, mst_shipgraph.Wedb_x, mst_shipgraph.Wedb_y));
        }
예제 #7
0
        public Point GetLive2dBias()
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph[_gra_id];

            return(new Point(mst_shipgraph.L2dBias_X, mst_shipgraph.L2dBias_Y));
        }
예제 #8
0
        public Point GetLive2dSize()
        {
            Mst_shipgraph mst_shipgraph = Mst_DataManager.Instance.Mst_shipgraph[_gra_id];

            return(new Point(mst_shipgraph.L2dSize_W, mst_shipgraph.L2dSize_H));
        }