Delegate VectorArray<T>.Comparator<U>
Namespace: UnityEngine.Experimental
Syntax
public delegate bool Comparator<U>(ref U designator, ref T obj);
Parameters
Type | Name | Description |
---|---|---|
U | designator | |
T | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
U |