feat(Console MovePlateform): 实现控制台和移动平台

This commit is contained in:
2025-10-22 11:32:53 +08:00
parent 93b83b3af3
commit acd8282ff0
27 changed files with 936 additions and 46 deletions

View File

@@ -31,6 +31,7 @@ namespace Script.Gameplay.Edit
// 不可编辑,不可交互
// 可连接,可发信号
public bool IsEnablePlayerConnect { get; set; } = true;
public void OnGazeEnter() { }
public void OnGazeExit() { }
public Vector3 GetPosition() => transform.position;
@@ -38,7 +39,7 @@ namespace Script.Gameplay.Edit
public string GetConnectableName() => gameObject.name;
// 接收信号
public void SignalActive(bool active, GameObject sender)
public void OnSignalReceived(bool active, GameObject sender)
{
if (active)
{