由于项目需求,需要在游戏运行时,修改鼠标的移动速度
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
public class MouseConfig : MonoBehav
由于项目需求,需要在游戏运行时,修改鼠标的移动速度
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
public class MouseConfig : MonoBehav