Esempio n. 1
0
 public Location_struct toStruct()
 {
     Location_struct retValue=new Location_struct();
     retValue.xValue=(float)xValue;
     retValue.yValue = (float)yValue;
     return retValue;
 }
Esempio n. 2
0
 //public bool Enabled;
 public Event_Struct(float number, Location_struct locationData)
 {
     Testint = number;
     EventLocation = locationData;
 }