@@ -229,13 +229,24 @@ public partial class GraphicalFlexibleFloatWindow
|
||||
ConnectedPoint.animatedFloat.startValue *= -1;
|
||||
ConnectedPoint.Refresh();
|
||||
}
|
||||
if (Keyboard.current.sKey.wasPressedThisFrame)
|
||||
else if (Keyboard.current.sKey.wasPressedThisFrame)
|
||||
{
|
||||
float value = ConnectedPoint.animatedFloat.startValue;
|
||||
ConnectedPoint.animatedFloat.startValue = ConnectedPoint.animatedFloat.endValue;
|
||||
ConnectedPoint.animatedFloat.endValue = value;
|
||||
ConnectedPoint.Refresh();
|
||||
}
|
||||
else if (Keyboard.current.uKey.wasPressedThisFrame)
|
||||
{
|
||||
try
|
||||
{
|
||||
ConnectedPoint.FatherTab.StartCoroutine(ConnectedPoint.FatherTab.Draging());
|
||||
}
|
||||
catch (System.Exception)
|
||||
{
|
||||
EventPoint.Locked = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user