带测试代码,可跑,问题待修改
This commit is contained in:
@@ -161,6 +161,19 @@ namespace AibisDream
|
||||
}
|
||||
}
|
||||
|
||||
public void PlayShapeAnimation(string triggerName)
|
||||
{
|
||||
// 播放Timeline
|
||||
TimelineCenter.Instance.PlayTimeline("维修面板");
|
||||
|
||||
shapeFactory.PlayShapeAnimation(triggerName);
|
||||
}
|
||||
|
||||
public void LoadShapeRack()
|
||||
{
|
||||
blockPuzzlePanel.Panel.LoadBackupDevices();
|
||||
}
|
||||
|
||||
// --------------------- 维修面板同步 -------------------
|
||||
|
||||
private string selectedShapeName;
|
||||
|
||||
Reference in New Issue
Block a user