.NET SDK - RainwaySDK

RainwaySDK class

Entrypoint and native library facilities for the Rainway SDK.

public static class RainwaySDK

Public Members

namedescription
static IsInitialized { get; }Indicates if the native library has been initialized.
static LogHandler { get; set; }Get or set the native library log handler.
static LogLevel { get; set; }Get or set the native library log level.
static Version { get; }Get the native library version.
static ConnectAsync(…)Connects to the Rainway network, creating a RainwayConnection if successful.

See Also