Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ShadowSamplingMode

enumeration

Properties

CompareDepthsDefault shadow sampling mode: sampling with a comparison filter.
RawDepthShadow sampling mode for sampling the depth value.
NoneIn ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap.