namespace 설정 오류 수정
This commit is contained in:
@@ -3,6 +3,10 @@ using System.Collections.Generic;
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.EventSystems;
|
using UnityEngine.EventSystems;
|
||||||
|
|
||||||
|
|
||||||
|
namespace TON
|
||||||
|
{
|
||||||
|
|
||||||
public class VariableJoystick : Joystick
|
public class VariableJoystick : Joystick
|
||||||
{
|
{
|
||||||
public float MoveThreshold { get { return moveThreshold; } set { moveThreshold = Mathf.Abs(value); } }
|
public float MoveThreshold { get { return moveThreshold; } set { moveThreshold = Mathf.Abs(value); } }
|
||||||
@@ -61,3 +65,4 @@ public class VariableJoystick : Joystick
|
|||||||
}
|
}
|
||||||
|
|
||||||
public enum JoystickType { Fixed, Floating, Dynamic }
|
public enum JoystickType { Fixed, Floating, Dynamic }
|
||||||
|
}
|
||||||
@@ -3,8 +3,7 @@ using System.Collections.Generic;
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.EventSystems;
|
using UnityEngine.EventSystems;
|
||||||
|
|
||||||
namespace TON
|
|
||||||
{
|
|
||||||
public class VariableJoystick : Joystick
|
public class VariableJoystick : Joystick
|
||||||
{
|
{
|
||||||
public float MoveThreshold { get { return moveThreshold; } set { moveThreshold = Mathf.Abs(value); } }
|
public float MoveThreshold { get { return moveThreshold; } set { moveThreshold = Mathf.Abs(value); } }
|
||||||
@@ -63,4 +62,3 @@ namespace TON
|
|||||||
}
|
}
|
||||||
|
|
||||||
public enum JoystickType { Fixed, Floating, Dynamic }
|
public enum JoystickType { Fixed, Floating, Dynamic }
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user