This commit is contained in:
CortexCore
2024-05-31 01:23:15 +08:00
parent c798b224be
commit 299082fe27
164 changed files with 3604 additions and 2018 deletions

View File

@@ -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();