Nebula
Client

NebulaTitleScreen

The human client's front door: a small IMGUI panel to type the gateway address and a display name before connecting, and a way back when the connection drops.

generated from the sources
public sealed class NebulaTitleScreen : MonoBehaviour

The human client's front door: a small IMGUI panel to type the gateway address and a display name before connecting, and a way back when the connection drops. Shown only when the client was not told where to go on the command line (-nebula-gateway, -nebula-bot, -nebula-connect skip it), so scripted clients behave as before. Choices persist in PlayerPrefs.

Fields

Client

public NebulaClient Client;

Methods

TryParse

public static bool TryParse(string text, out string address, out ushort port);

On this page