Share via


LightSourceEntityType Enumeration

Microsoft Robotics Class Reference

Types of light sources

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

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html")]
[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html", 
    ElementName = "LightSourceEntityType")]
public enum LightSourceEntityType

Members

Member name Value Description
None 0 Unimplimented
Directional 1 Directional
Omni 2 Omni directional
Spot 3 Spot light

See Also

Microsoft.Robotics.Simulation.Engine.Proxy Namespace