Click or drag to resize

ConnectionSettingsOfflineOfflineInBuild Property

Toggle offline mode for builds

Namespace:  ImmerseSDK.Authentication
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool OfflineInBuild { get; }

Property Value

Type: Boolean
Remarks
When this is enabled, network related features (like Ghost messages) may not behave exactly the same when the application is running in online mode.
See Also