Class Vector2EqualityComparer
Use this class to compare two Vector2 objects for equality with NUnit constraints. Use the static Instance to have the calculation error value set to default 0.0001f. For any other error value, instantiate a new comparer object with the one argument constructor.
상속된 멤버
네임스페이스: UnityEngine.TestTools.Utils
어셈블리: solution.dll
구문
public class Vector2EqualityComparer : IEqualityComparer<Vector2>
생성자
이름 | 설명 |
---|---|
Vector2EqualityComparer(float) | Initializes an instance of Vector2Equality comparer with custom allowed calculation error. |
프로퍼티
이름 | 설명 |
---|---|
Instance | A comparer instance with the default error value set to 0.0001f. |
메서드
이름 | 설명 |
---|---|
Equals(Vector2, Vector2) | Compares the actual and expected Vector2 objects for equality using the AreFloatsEqual(float, float, float) method. |
GetHashCode(Vector2) | Serves as the default hash function. |