@@ -32,6 +32,7 @@ namespace Ichni.Editor
|
||||
public TMP_InputField BeatField;
|
||||
|
||||
public RectTransform GetinputArea;
|
||||
|
||||
public void Update()
|
||||
{
|
||||
if (EditorManager.instance.musicPlayer.isPlaying) UpdateTime();
|
||||
@@ -91,7 +92,7 @@ namespace Ichni.Editor
|
||||
BeatField.text = songBeat.ToString("F2");
|
||||
}
|
||||
|
||||
private Tweener _activeTweener; // 保存当前动画的引用
|
||||
private Tweener _activeTweener = null; // 保存当前动画的引用
|
||||
public void SetTime(string time)
|
||||
{
|
||||
EditorManager.instance.musicPlayer.PauseMusic();
|
||||
|
||||
Reference in New Issue
Block a user