UnityEditor.EditorPrefs.GetBool C# (CSharp) Méthode

GetBool() private méthode

private GetBool ( string key ) : bool
key string
Résultat bool
        public static bool GetBool(string key)
        {
            bool defaultValue = false;
            return GetBool(key, defaultValue);
        }

Same methods

EditorPrefs::GetBool ( string key, [ defaultValue ) : bool