CameraEntity.ShadowDisplayMode Enumeration

Microsoft Robotics Class Reference

Flags to enable or disable shadow rendering by the camera

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

Syntax

[DataContractAttribute]
public enum ShadowDisplayMode

Members

Member name Value Description
Invalid 0 Special value so that we don't get an invalid value from proxy objects
ShowShadows 1 Camera should show shadows
HideShadows 2 Camera should not show shadows

See Also

Microsoft.Robotics.Simulation.Engine Namespace