Borodar.RainbowFolders.Editor.Settings.RainbowFolder.RainbowFolder C# (CSharp) Method

RainbowFolder() public method

public RainbowFolder ( KeyType type, string key ) : System
type KeyType
key string
return System
        public RainbowFolder(KeyType type, string key)
        {
            Type = type;
            Key = key;
        }

Same methods

RainbowFolder::RainbowFolder ( KeyType type, string key, Texture2D smallIcon, Texture2D largeIcon ) : System
RainbowFolder::RainbowFolder ( RainbowFolder value ) : System