处理plug和线缆以及几个bug
This commit is contained in:
@@ -179,7 +179,10 @@ namespace AibisDream.FixSystem
|
||||
|
||||
public void ReturnToStartPosition()
|
||||
{
|
||||
transform.DOMove(_startPos, 0.1f).OnComplete(SwitchToPhysicCableState);
|
||||
transform.DOMove(_startPos, 0.1f).OnComplete(() => {
|
||||
_cableSystem.CableReelRef.ResetRotation();
|
||||
SwitchToPhysicCableState();
|
||||
});
|
||||
}
|
||||
|
||||
private void AdjustPlugPos()
|
||||
|
||||
Reference in New Issue
Block a user