Version: 2022.3
LanguageEnglish
  • C#

CompareFunction

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Depth or stencil comparison function.

Properties

DisabledDepth or stencil test is disabled.
NeverNever pass depth or stencil test.
LessPass depth or stencil test when new value is less than current value.
EqualPass depth or stencil test when values are equal.
LessEqualPass depth or stencil test when new value is less or equal than current value.
GreaterPass depth or stencil test when new value is greater than current value.
NotEqualPass depth or stencil test when values are different.
GreaterEqualPass depth or stencil test when new value is greater or equal than current value.
AlwaysAlways pass depth or stencil test.