无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

注意,這是一條編程求助視頻?。?!急需大佬們幫忙

2023-07-03 11:44 作者:梅弟meide  | 我要投稿

以下是我寫的代碼邏輯, X軸y軸就是移動(dòng)的gUI的位置,isfollowing是用來確定x軸移動(dòng)方向的,比如x軸是每幀+3或-3

if (this.x軸 >= (float)(Screen.width / 2 - 250) && this.x軸 <= (float)(Screen.width / 2 - 250 + 500) && this.y軸 >= 0f && this.y軸 <= (float)(Screen.height / 2 - 150))

{

this.x上 = true;

}

else

{

this.x上 = false;

}

if (this.x軸 >= (float)(Screen.width / 2 - 250) && this.x軸 <= (float)(Screen.width / 2 - 250 + 500) && this.y軸 >= (float)(Screen.height / 2 - 150 + 330) && this.y軸 <= (float)Screen.height)

{

this.x下 = true;

}

else

{

this.x下 = false;

}

if (this.y軸 >= (float)(Screen.height / 2 - 150) && this.y軸 <= (float)(Screen.height / 2 - 150 + 330) && this.x軸 >= 0f && this.x軸 <= (float)(Screen.width / 2 - 250))

{

this.y左 = true;

}

else

{

this.y左 = false;

}

if (this.y軸 >= (float)(Screen.height / 2 - 150) && this.y軸 <= (float)(Screen.height / 2 - 150 + 330) && this.x軸 >= (float)(Screen.width / 2 - 250 + 500) && this.x軸 <= (float)Screen.width)

{

this.y右 = true;

}

else

{

this.y右 = false;

}

if (!this.isfollowing && !this.ismoving)

{

this.x軸 += 3f;

}

if (this.isfollowing && !this.ismoving)

{

this.x軸 -= 3f;

}

if (this.x軸 > (float)(Screen.width / 2 - 250) && this.y左)

{

this.isfollowing = true;

}

if (this.x軸 < (float)(Screen.width / 2 - 250 + 500) && this.y右)

{

this.isfollowing = false;

}

if (this.x軸 > (float)Screen.width)

{

this.isfollowing = true;

}

if (this.x軸 <= 0f)

{

this.isfollowing = false;

}

if (!this.yisfollowing && !this.ismoving)

{

this.y軸 += 3f;

}

if (this.yisfollowing && !this.ismoving)

{

this.y軸 -= 3f;

}

if (this.y軸 > (float)(Screen.height / 2 - 150) && this.x上)

{

this.yisfollowing = true;

}

if (this.y軸 < (float)(Screen.height / 2 - 150 + 330) && this.x下)

{

this.yisfollowing = false;

}

if (this.y軸 >= (float)Screen.height)

{

this.yisfollowing = true;

}

if (this.y軸 <= 0f)

{

this.yisfollowing = false;

}

正宁县| 甘孜县| 左云县| 肇源县| 陇西县| 军事| 颍上县| 莒南县| 桂林市| 广德县| 垦利县| 霞浦县| 精河县| 锡林郭勒盟| 唐海县| 雷波县| 孝昌县| 大悟县| 竹北市| 象州县| 沅陵县| 丰城市| 教育| 明星| 荆州市| 泾源县| 建德市| 广丰县| 郑州市| 藁城市| 沙洋县| 华坪县| 揭阳市| 仁化县| 库伦旗| 安陆市| 顺昌县| 大名县| 宣城市| 余干县| 湘潭市|