OrientationLevelSettings.OrientationLevelSettings C# (CSharp) Method

OrientationLevelSettings() public method

public OrientationLevelSettings ( ) : UnityEngine
return UnityEngine
    public OrientationLevelSettings()
    {
        if (s_settings != null)
        {
            throw new System.InvalidProgramException("there is more than one level settings object!");
        }
        s_settings = this;
    }