GamePrefs.SetWorldId C# (CSharp) Method

SetWorldId() public static method

Set the id of the most recently used world
public static SetWorldId ( int id ) : void
id int /// A ///
return void
	public static void SetWorldId(int id)
	{
		PlayerPrefs.SetInt(m_worldIdKey, id);
	}