Dashing in Unity 2D using the Rigidbody Component

前端 未结 0 1757
陌清茗
陌清茗 2021-01-26 19:13
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Movement : MonoBehaviour
{

    public float movementSpeed;
    public Rigid         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题