Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShadowSamplingMode

Used by CommandBuffer.SetShadowSamplingMode.
Read time 1 minuteLast updated 4 days ago

Definition

public enum ShadowSamplingMode

Fields

Value

Description

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