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: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum CesiumShadowMode
Public Enumeration CesiumShadowMode
public enum class CesiumShadowMode
Members| 
									 
								 | Member name | Description | 
|---|
 | 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