Example #1
0
 public override int GetHashCode()
 {
     return(HashUtility.GetHashCode(leftType, rightType));
 }
Example #2
0
 public static int GetPropertyHash(SerializedProperty property)
 {
     return(HashUtility.GetHashCode(property.serializedObject.targetObject, property.propertyPath));
 }
Example #3
0
 public override int GetHashCode()
 {
     return(HashUtility.GetHashCode(source, destination));
 }
Example #4
0
 public override int GetHashCode()
 {
     return(HashUtility.GetHashCode(level, message));
 }
Example #5
0
 public override int GetHashCode()
 {
     return(HashUtility.GetHashCode(weight, style));
 }
 public override int GetHashCode()
 {
     return(HashUtility.GetHashCode(name));
 }
Example #7
0
 public override int GetHashCode()
 {
     return(HashUtility.GetHashCode(major, minor, patch));
 }