LoadExternal

void LoadExternal(string externString)

Parameters

externString: A string containing all of the cInput settings.

Description

Use this to load cInput settings from some source other than PlayerPrefs. This is used in conjunction with externalInputs. See also usePlayerPrefs.

Example

Last updated