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.2.419.0 (24.2.419.0)
Syntax public 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