public bool castShadows ;

描述

地形是否应投射阴影?

castShadows 已弃用。应改用 shadowCastingMode,它允许设置所有阴影投射模式。将 castShadows 设置为 true 会将 shadowCastingMode 设置为 ShadowCastingMode.TwoSided。将其设置为 false 会将 shadowCastingMode 设置为 ShadowCastingMode.Off