public void NewProperties(PropertySheet ps)
 {
     _dataProc = (DummyProcessor)ps.GetComponent(PropDataProc);
 }
Example #2
0
 public void NewProperties(PropertySheet ps)
 {
     dataProc = (DummyProcessor)ps.GetComponent(PROP_DATA_PROC);
     myString = ps.GetString(PROP_ASTRING);
     gamma    = ps.GetDouble(PROP_GAMMA);
 }