資源簡介
棍子英雄的亮點就在于過關的必要條件就是玩家精準的預測,玩了這款游戲就是到什么叫被眼睛所欺騙,游戲的難度也正是它迷人的地方,就算玩很多遍,相信也不會膩

代碼片段和文件信息
using?UnityEngine;
using?System.Collections;
public?class?CamerFollower?:?MonoBehaviour
{
????Transform?target;
????public?float?smooth?=?0.1f;
????Vector3?offsetPos;
????void?Start()
????{
????????target?=?Gameobject.FindGameobjectWithTag(“Player“).transform;
????????offsetPos?=?transform.position;
????????offsetPos.x?=?target.position.x?-?transform.position.x;
????}
????//?Update?is?called?once?per?frame
????void?Update()
????{
????????if?(target)
????????{
????????????var?targetPos?=?new?Vector3(target.position.x?-?offsetPos.x?offsetPos.y?offsetPos.z);
????????????transform.position?=?Vector3.Lerp(transform.position?targetPos?smooth);//插值
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????81408??2018-05-04?15:26??StickHero\.vs\StickHero\v14\.suo
?????文件??????10262??2018-05-03?19:01??StickHero\Assembly-CSharp.csproj
????I.A....??????8864??2018-05-04?15:26??StickHero\Assets\Resources\Prefabs\Ground.prefab
????..A..H.???????179??2017-07-04?06:28??StickHero\Assets\Resources\Prefabs\Ground.prefab.me
????I.A....?????14392??2018-05-03?09:18??StickHero\Assets\Resources\Prefabs\Hero?1.prefab
????I.A..H.???????179??2018-05-03?09:11??StickHero\Assets\Resources\Prefabs\Hero?1.prefab.me
????I.A....?????14392??2018-05-03?14:20??StickHero\Assets\Resources\Prefabs\Hero.prefab
????..A..H.???????179??2017-07-04?06:28??StickHero\Assets\Resources\Prefabs\Hero.prefab.me
????I.A....?????13080??2018-05-03?10:06??StickHero\Assets\Resources\Prefabs\Pla
????..A..H.???????232??2018-05-03?10:06??StickHero\Assets\Resources\Prefabs\Pla
?????文件???????7480??2017-07-04?06:28??StickHero\Assets\Resources\Prefabs\Stick.prefab
????..A..H.???????179??2017-07-04?06:28??StickHero\Assets\Resources\Prefabs\Stick.prefab.me
????..A..H.???????191??2017-07-04?06:28??StickHero\Assets\Resources\Prefabs.me
????..A..H.???????191??2017-07-04?06:28??StickHero\Assets\Resources.me
?????文件???????7496??2017-07-04?06:28??StickHero\Assets\StickHero\Animation\HeroAnimCtrl.controller
????..A..H.???????179??2017-07-04?06:28??StickHero\Assets\StickHero\Animation\HeroAnimCtrl.controller.me
?????文件??????11700??2017-07-04?06:28??StickHero\Assets\StickHero\Animation\Idle.anim
????..A..H.???????179??2017-07-04?06:28??StickHero\Assets\StickHero\Animation\Idle.anim.me
?????文件??????11228??2017-07-04?06:28??StickHero\Assets\StickHero\Animation\Walk.anim
????..A..H.???????179??2017-07-04?06:28??StickHero\Assets\StickHero\Animation\Walk.anim.me
????..A..H.???????191??2017-07-04?06:28??StickHero\Assets\StickHero\Animation.me
????I.A....?????39464??2018-05-04?15:26??StickHero\Assets\StickHero\Scene\GameScene.unity
????..A..H.???????174??2017-07-04?06:28??StickHero\Assets\StickHero\Scene\GameScene.unity.me
????I.A....?????33728??2018-05-04?11:09??StickHero\Assets\StickHero\Scene\Start.unity
????..A..H.???????197??2018-05-03?09:10??StickHero\Assets\StickHero\Scene\Start.unity.me
????..A..H.???????191??2017-07-04?06:28??StickHero\Assets\StickHero\Scene.me
?????文件????????684??2018-05-03?22:54??StickHero\Assets\StickHero\sc
????..A..H.???????264??2017-07-04?06:28??StickHero\Assets\StickHero\sc
?????文件???????2251??2018-05-03?22:54??StickHero\Assets\StickHero\sc
????..A..H.???????264??2017-07-04?06:28??StickHero\Assets\StickHero\sc
............此處省略1019個文件信息
- 上一篇:工業(yè)用圖庫.zip
- 下一篇:離散數(shù)學北京科技大學題庫
評論
共有 條評論