EntityState Property

Microsoft Robotics Class Reference

This field exposes the entity state so that the simulation editor can access it.

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

Syntax

[EditorAttribute(typeof(EntityStateEditor), typeof(UITypeEditor))]
[TypeConverterAttribute(typeof(EntityStateTypeConverter))]
public EntityState EntityState { get; set; }

See Also

VisualEntity Class

Microsoft.Robotics.Simulation.Engine Namespace