2026-03-17 14:19 FPS시점의 Strafe캐릭터 조작과 에임모드 전환

This commit is contained in:
2026-03-17 14:20:49 +09:00
parent 960a68d734
commit 06169fa6ae
24 changed files with 320 additions and 56 deletions

View File

@@ -5,8 +5,8 @@
public abstract class CameraRigBase : CinemachineCameraManagerBase, IInputAxisOwner
{
protected PlayerCharacterController _controller;
protected abstract IReadOnlyList<CinemachineVirtualCameraBase> CameraCandidates { get; }
public CinemachineCamera LiveCmCamera => LiveChild as CinemachineCamera;
protected virtual void Awake()
{