public static object Transform_WiimoteLib_AccelState_TO_WiimoteLib_Proxy_AccelState(object transformFrom) { WiimoteLib.Proxy.AccelState target = new WiimoteLib.Proxy.AccelState(); WiimoteLib.AccelState from = (WiimoteLib.AccelState)transformFrom; target.RawValues = (WiimoteLib.Proxy.Point3)Transform_WiimoteLib_Point3_TO_WiimoteLib_Proxy_Point3(from.RawValues); target.Values = (WiimoteLib.Proxy.Point3F)Transform_WiimoteLib_Point3F_TO_WiimoteLib_Proxy_Point3F(from.Values); return(target); }
public static object Transform_WiimoteLib_AccelState_WiimoteLib_Proxy_AccelState(object transformObj) { WiimoteLib.Proxy.AccelState target = new WiimoteLib.Proxy.AccelState(); WiimoteLib.AccelState from = (WiimoteLib.AccelState)transformObj; target.RawX = from.RawX; target.RawY = from.RawY; target.RawZ = from.RawZ; target.X = from.X; target.Y = from.Y; target.Z = from.Z; return target; }
public static object Transform_WiimoteLib_AccelState_WiimoteLib_Proxy_AccelState(object transformObj) { WiimoteLib.Proxy.AccelState target = new WiimoteLib.Proxy.AccelState(); WiimoteLib.AccelState from = (WiimoteLib.AccelState)transformObj; target.RawX = from.RawX; target.RawY = from.RawY; target.RawZ = from.RawZ; target.X = from.X; target.Y = from.Y; target.Z = from.Z; return(target); }
public static object Transform_WiimoteLib_AccelState_TO_WiimoteLib_Proxy_AccelState(object transformFrom) { WiimoteLib.Proxy.AccelState target = new WiimoteLib.Proxy.AccelState(); WiimoteLib.AccelState from = (WiimoteLib.AccelState)transformFrom; target.RawValues = (WiimoteLib.Proxy.Point3)Transform_WiimoteLib_Point3_TO_WiimoteLib_Proxy_Point3(from.RawValues); target.Values = (WiimoteLib.Proxy.Point3F)Transform_WiimoteLib_Point3F_TO_WiimoteLib_Proxy_Point3F(from.Values); return target; }