Click or drag to resize

CesiumShadowMode Enumeration

Whether or not an object casts or receives shadows from each light source when shadows are enabled.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CesiumShadowMode
Members
  Member nameDescription
Disabled The object does not cast or receive shadows.
Enabled The object casts and receives shadows.
CastOnly The object casts shadows only.
ReceiveOnly The object receives shadows only.
See Also