Hi,
IS_MCI Coordinate with an object
var X = Conn.CompCar.X / 65536;
IS_AXM How can I do with objects? What should I add as 65536 ??? By
createaxm.Info.Add(new ObjectInfo
{
X = short.Parse(StrMsg[3]) / ???,
Y = short.Parse(StrMsg[4]) / ???,
Zbyte = byte.Parse(StrMsg[5]) / ???,
});
IS_MCI Coordinate with an object
var X = Conn.CompCar.X / 65536;
IS_AXM How can I do with objects? What should I add as 65536 ??? By
createaxm.Info.Add(new ObjectInfo
{
X = short.Parse(StrMsg[3]) / ???,
Y = short.Parse(StrMsg[4]) / ???,
Zbyte = byte.Parse(StrMsg[5]) / ???,
});