Beispiel #1
0
		private void UpdateColorCycling(){
			if(AttachedItem != null){
				AttachedItem.Hue = m_HueBegin;
				ColorCycling.Add(AttachedItem,m_HueBegin,m_HueEnd,m_Frequency,m_CycleType);
			}
		}
Beispiel #2
0
 private void UpdateColorCycling()
 {
     Hue = m_HueBegin;
     ColorCycling.Add(this, m_HueBegin, m_HueEnd, m_Frequency, m_CycleType);
 }