【Xbox360】 XNA Game Studio その9 【C#】
■ このスレッドは過去ログ倉庫に格納されています
0664名前は開発中のものです。
2009/08/27(木) 21:26:50ID:6R5oXXjARectangle rect1 = new Rectangle(state.mouse_x, state.mouse_y, 1, 1);
Rectangle rect2 = new Rectangle(u.x - u.width / 2, u.y, u.width, u.height);//u.width,u.heightは10.
if (rect2.Intersects(rect1))
{
scm.reciver.send("PartyJoinReq," + uid);
WaitingScreen.Show("パーティに勧誘しています", scm, this);
return true;
}
■ このスレッドは過去ログ倉庫に格納されています