一些以前東西(2D關卡的練習代碼摘要)

theLevel = FindObjectOfType<LevelManager>();//另外一種寫法:public LevelManager theLevel isGround = Physics2D.OverlapCircle(checkPoint.position, radius, layerGround);//地面檢測 //角色移動(2D) void FixedUpdate()
相關文章
相關標籤/搜索