Exemplo n.º 1
0
 private void PropertyChanged(ILightProperty p)
 {
     if (modifier_ != null)
     {
         modifier_.Property = p;
         ui_.NeedsReset("light property changed");
     }
 }
Exemplo n.º 2
0
        public LightModifier(ILightProperty property = null)
        {
            if (!Utilities.AtomHasComponent <Light>(Atom))
            {
                Atom = null;
            }

            Property = property;
        }