RainwayRuntime.Initialize method
Initialize a instance of the Rainway runtime and connect it to the Rainway Network.
public static Task<RainwayRuntime> Initialize(RainwayConfig config)
parameter | description |
---|---|
config | Options for the Rainway SDK. |
Remarks
This should only be called once, and the resulting object is used to manage multiple connections.
See Also
- class RainwayConfig
- class RainwayRuntime
- namespace Rainway.SDK