entity class in namespace
I want to know the entity class(BitmapEntity and FrontEntity) innamespace Microsoft.Robotics.Simulation.Engine,
for example,class BumperArrayEntity innamespace Microsoft.Robotics.Simulation.Engine,
I want to know the entity class(BitmapEntity and FrontEntity) innamespace Microsoft.Robotics.Simulation.Engine,
for example,class BumperArrayEntity innamespace Microsoft.Robotics.Simulation.Engine,
I haven't heard of BitmapEntity, but you can use the Bitmap object by adding the System.Drawing reference to your list of references and you'll need the namespace using System.Drawing; And what do you mean by FrontEntity ?
Hope this helps.