Пример #1
0
 public CustomHuePicker( CustomHueGroup[] groups, bool defaultSupported, string title )
 {
     m_Groups = groups;
     m_DefaultSupported = defaultSupported;
     m_TitleString = title;
 }
Пример #2
0
 public CustomHuePicker( CustomHueGroup[] groups, bool defaultSupported )
 {
     m_Groups = groups;
     m_DefaultSupported = defaultSupported;
 }