Exemplo n.º 1
0
 public CustomHuePicker(CustomHueGroup[] groups, bool defaultSupported)
 {
     this.m_Groups = groups;
     this.m_DefaultSupported = defaultSupported;
 }
Exemplo n.º 2
0
 public CustomHuePicker(CustomHueGroup[] groups, bool defaultSupported, string title)
 {
     this.m_Groups = groups;
     this.m_DefaultSupported = defaultSupported;
     this.m_TitleString = title;
 }
Exemplo n.º 3
0
		public CustomHuePicker( CustomHueGroup[] groups, bool defaultSupported, int title )
		{
			m_Groups = groups;
			m_DefaultSupported = defaultSupported;
			m_Title = title;
		}