Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

GraphicsStateCollection.GraphicsState.sampleCount

public int sampleCount;

Description

The number of samples per pixel in this rendering configuration.

Must always be 1 or more. A value greater than 1 indicates the rendering configuration is using multi-sampled anti-aliasing. See: CommandBuffer.BeginRenderPass.