Appearance
KBE3D / KBCore / Cesium / ShadowMode
枚举: ShadowMode
Specifies whether the object casts or receives shadows from light sources when shadows are enabled.
枚举成员
DISABLED
DISABLED:
0
The object does not cast or receive shadows.
ENABLED
ENABLED:
1
The object casts and receives shadows.
CAST_ONLY
CAST_ONLY:
2
The object casts shadows only.
RECEIVE_ONLY
RECEIVE_ONLY:
3
The object receives shadows only.
