Class Vector2IntComparer
Inheritance
object
Vector2IntComparer
Implements
System.Collections.Generic.IComparer<T><UnityEngine.Vector2Int>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
public class Vector2IntComparer : IComparer<Vector2Int>
Methods
Compare(Vector2Int, Vector2Int)
Declaration
public int Compare(Vector2Int vectorA, Vector2Int vectorB)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Vector2Int | vectorA | |
UnityEngine.Vector2Int | vectorB |
Returns
Type | Description |
---|---|
int |
Implements
System.Collections.Generic.IComparer<T>