VisualEntity Class
Microsoft Robotics Class Reference
Visual simulation entity. Used to render an entity in the simulation.
Remarks
Visual entities can participate in the simulated physics if they have a PhysicsEntity instance. If PhysicsEntity is not set and the derived class did not add it explicitly to the physics engine, the Visual entity will be purely kinematic, aka it will not interact physically with the world
Namespace: Microsoft.Robotics.Simulation.Engine
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
[XmlRootAttribute("VisualEntity", Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html",
IsNullable = true)]
[DataContractAttribute]
[XmlTypeAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html")]
[CLSCompliantAttribute(true)]
public class VisualEntity : Entity,
IVisualEntity, IDisposable, ICloneable, IDssSerializable
Inheritance Hierarchy
System. . :: . .Object
Microsoft.Robotics.Simulation. . :: . .Entity
Microsoft.Robotics.Simulation.Engine..::..VisualEntity
Microsoft.Robotics.Simulation.Engine. . :: . .BumperArrayEntity
Microsoft.Robotics.Simulation.Engine. . :: . .CameraEntity
Microsoft.Robotics.Simulation.Engine. . :: . .DifferentialDriveEntity
Microsoft.Robotics.Simulation.Engine. . :: . .EntityWithMaterials
Microsoft.Robotics.Simulation.Engine. . :: . .FloorplanEntity
Microsoft.Robotics.Simulation.Engine. . :: . .GlobalJointEntity
Microsoft.Robotics.Simulation.Engine. . :: . .HeightFieldEntity
Microsoft.Robotics.Simulation.Engine. . :: . .LaserRangeFinderEntity
Microsoft.Robotics.Simulation.Engine. . :: . .LightSourceEntity
Microsoft.Robotics.Simulation.Engine. . :: . .MeshEntity
Microsoft.Robotics.Simulation.Engine. . :: . .MicrosoftGpsEntity
Microsoft.Robotics.Simulation.Engine. . :: . .MultiShapeEntity
Microsoft.Robotics.Simulation.Engine. . :: . .SingleShapeEntity
Microsoft.Robotics.Simulation.Engine. . :: . .SkyEntity
Microsoft.Robotics.Simulation.Engine. . :: . .SpriteEntity
Microsoft.Robotics.Simulation.Engine. . :: . .TerrainEntity
Microsoft.Robotics.Simulation.Engine. . :: . .TerrainEntityLOD
Microsoft.Robotics.Simulation.Engine. . :: . .WheelEntity