Click or drag to resize

ImmerseProjectSettingsSetOfflineSettings Method

Used to set OfflineInEditor and SupportOfflineBuilds before playing

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SetOfflineSettings(
	bool offlineInEditor,
	bool supportOfflineBuilds
)

Parameters

offlineInEditor
Type: SystemBoolean
supportOfflineBuilds
Type: SystemBoolean
See Also