조이스틱으로 player 오브젝트 좌우 이동 로직 적용

This commit is contained in:
aube.lee
2025-01-24 19:03:32 +09:00
parent 10f31b0222
commit 752d02324a
11 changed files with 397 additions and 182 deletions

View File

@@ -6,6 +6,7 @@ namespace TON
{
public class UIManager : SingletonBase<UIManager>
{
public VariableJoystick joystick; // Joystick 컴포넌트를 참조
public static T Show<T>(UIList uiName) where T : UIBase
{
var targetUI = Singleton.GetUI<T>(uiName);