feat(Button): 实现按钮预制体,测试倒计时功能,添加从测试开始的按钮
This commit is contained in:
@@ -103,6 +103,8 @@ namespace Gameplay.Player
|
||||
if (outTarget != null && inputTarget != null && outTarget != inputTarget)
|
||||
{
|
||||
ConnectionLine connectionLine = ConnectionLineManager.Instance.GenerateConnectionLine(outTarget, inputTarget);
|
||||
outTarget.OutputConnectionLine = connectionLine;
|
||||
inputTarget.InputConnectionLine = connectionLine;
|
||||
// 重置信号目标
|
||||
outTarget = null;
|
||||
inputTarget = null;
|
||||
|
Reference in New Issue
Block a user