feat(Console MovePlateform): 实现控制台和移动平台
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Script.Gameplay.Edit
|
||||
|
||||
#region EditableComponent
|
||||
|
||||
public bool IsEditableActive
|
||||
public bool IsComponentActive
|
||||
{
|
||||
get => isActive;
|
||||
set => isActive = value;
|
||||
@@ -41,6 +41,8 @@ namespace Script.Gameplay.Edit
|
||||
|
||||
#region Connectable
|
||||
|
||||
public bool IsEnablePlayerConnect { get; set; } = true;
|
||||
|
||||
public void OnGazeEnter()
|
||||
{
|
||||
}
|
||||
@@ -59,7 +61,7 @@ namespace Script.Gameplay.Edit
|
||||
public string GetConnectableName() => gameObject.name;
|
||||
public List<ConnectionLine> ConnectionLines { get; set; } = new List<ConnectionLine>();
|
||||
|
||||
public void SignalActive(bool active, GameObject sender)
|
||||
public void OnSignalReceived(bool active, GameObject sender)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user