public static object Transform_WiimoteLib_CalibrationInfo_WiimoteLib_Proxy_CalibrationInfo(object transformObj) { WiimoteLib.Proxy.CalibrationInfo target = new WiimoteLib.Proxy.CalibrationInfo(); WiimoteLib.CalibrationInfo from = (WiimoteLib.CalibrationInfo)transformObj; target.X0 = from.X0; target.Y0 = from.Y0; target.Z0 = from.Z0; target.XG = from.XG; target.YG = from.YG; target.ZG = from.ZG; return target; }
public static object Transform_WiimoteLib_Proxy_CalibrationInfo_WiimoteLib_CalibrationInfo(object transformObj) { WiimoteLib.CalibrationInfo target = new WiimoteLib.CalibrationInfo(); WiimoteLib.Proxy.CalibrationInfo from = (WiimoteLib.Proxy.CalibrationInfo)transformObj; target.X0 = from.X0; target.Y0 = from.Y0; target.Z0 = from.Z0; target.XG = from.XG; target.YG = from.YG; target.ZG = from.ZG; return(target); }