1
This commit is contained in:
@@ -6,9 +6,9 @@ namespace BITKit.UX
|
||||
{
|
||||
public class UXDrag : UXElement<VisualElement>
|
||||
{
|
||||
Vector3 m_IconStartPosition;
|
||||
Vector3 m_PointerStartPosition;
|
||||
bool isDraging;
|
||||
private Vector3 m_IconStartPosition;
|
||||
private Vector3 m_PointerStartPosition;
|
||||
protected bool isDraging { get; private set; }
|
||||
public override void OnStart()
|
||||
{
|
||||
base.OnStart();
|
||||
|
Reference in New Issue
Block a user