feat(Console MovePlateform): 实现控制台和移动平台
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user