Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

D3D12Comparator

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

The comparison operator to be used.

Specifies, which comparison operator to use when testing values against each other.

Properties

Property Description
EqualToThe operator tests if two values are equal.
NotEqualToThe operator tests if two values are not equal.
LessThanThe operator tests if a specified value is less than the reference value.
LessThanOrEqualToThe operator tests if a specified value is less than or equal to the reference value.
GreaterThanThe operator tests if a specified value is greater than the reference value.
GreaterThanOrEqualToThe operator tests if a specified value is greater than or equal to the reference value.