修改了一些bug,并补充了一些函数

This commit is contained in:
2025-09-21 17:33:31 +08:00
parent f8aea1c383
commit ce56cca782
8 changed files with 114 additions and 19 deletions

View File

@@ -1,6 +1,3 @@
using System.Collections;
using System.Collections.Generic;
using Cinemachine;
using Convention.WindowsUI.Variant;
using UnityEngine;
using UnityEngine.InputSystem;
@@ -29,6 +26,16 @@ namespace Convention
}
}
public void SetMoveSpeed(float value)
{
moveSpeed = value;
}
public void SetRotationSpeed(float value)
{
rotationSpeed = value;
}
private void Start()
{
m_IsFocus = false;