UnityEditor.PrefKey.PrefKey C# (CSharp) Method

PrefKey() public method

public PrefKey ( ) : System
return System
        public PrefKey()
        {
            this.m_Loaded = true;
        }

Same methods

PrefKey::PrefKey ( string name, string shortcut ) : System