This version of Unity is unsupported.

DepthState Constructor

Declaration

public DepthState(bool writeEnabled, Rendering.CompareFunction compareFunction);

Parameters

writeEnabled Controls whether pixels from this object are written to the depth buffer.
compareFunction How should depth testing be performed.

Description

Creates a new depth state with the given values.