Entity Class

Microsoft Robotics Class Reference

Entity definition

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

Syntax

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

Remarks

This class is the base type for all user defined simulation entities

Inheritance Hierarchy

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

See Also

Entity Members

Microsoft.Robotics.Simulation.Proxy Namespace