조이스틱으로 player 오브젝트 좌우 이동 로직 적용
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user