Share via


LegoNXTTribot Class

Microsoft Robotics Class Reference

Lego NXT variant of the motor base entity. It just specifies different physical properties in its custom constructor, otherwise uses the base class as is.

Namespace: Microsoft.Robotics.Simulation.Engine.Proxy
Assembly: SimulationEngine.Proxy (in SimulationEngine.Proxy.dll) Version: 4.0.261.0

Syntax

[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html", 
    ElementName = "LegoNXTTribot")]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html")]
public class LegoNXTTribot : DifferentialDriveEntity, 
    IDssSerializable, ICloneable

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Robotics.Simulation.Proxy. . :: . .Entity
    Microsoft.Robotics.Simulation.Engine.Proxy. . :: . .VisualEntity
      Microsoft.Robotics.Simulation.Engine.Proxy. . :: . .DifferentialDriveEntity
        Microsoft.Robotics.Simulation.Engine.Proxy..::..LegoNXTTribot

See Also

LegoNXTTribot Members

Microsoft.Robotics.Simulation.Engine.Proxy Namespace