抛竿运动轨迹修改

This commit is contained in:
2026-03-25 22:43:47 +08:00
parent 59fa39d662
commit e19070a963
17 changed files with 99 additions and 301 deletions

View File

@@ -4,6 +4,7 @@ namespace NBF
{
public interface IPlayerThrowAnimation
{
Player Player { get; set; }
bool IsPlaying { get; }
void Play(ThrowAnimationRequest request);
void Tick(float deltaTime);
@@ -13,6 +14,7 @@ namespace NBF
public struct ThrowAnimationRequest
{
public LureController Lure;
public Vector3 ThrowOriginPosition;
public Vector3 StartPosition;
public Vector3 Forward;
public float ChargedProgress;