NetworkConnectionHelper에 localhost client 접속 버튼 추가
This commit is contained in:
@@ -54,6 +54,11 @@ namespace Northbound.Editor
|
||||
_helper.StartClient();
|
||||
}
|
||||
|
||||
if (GUILayout.Button("Start Localhost Client", GUILayout.Height(30)))
|
||||
{
|
||||
_helper.StartLocalhostClient();
|
||||
}
|
||||
|
||||
EditorGUI.EndDisabledGroup();
|
||||
|
||||
EditorGUI.BeginDisabledGroup(!IsConnected());
|
||||
|
||||
Reference in New Issue
Block a user