Class Vector3IntComparer
Inheritance
object
Vector3IntComparer
Implements
System.Collections.Generic.IComparer<T><UnityEngine.Vector3Int>
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 Vector3IntComparer : IComparer<Vector3Int>
Methods
Compare(Vector3Int, Vector3Int)
Declaration
public int Compare(Vector3Int vectorA, Vector3Int vectorB)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Vector3Int | vectorA | |
UnityEngine.Vector3Int | vectorB |
Returns
Type | Description |
---|---|
int |
Implements
System.Collections.Generic.IComparer<T>