CompareTo(NamedBuildTarget)
Determines the sorting relation of another NamedBuildTarget's target name to the current instance.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public int CompareTo(NamedBuildTarget other)
Parameters
The other NamedBuildTarget to compare
Returns
Type | Description |
|---|---|
| int | An integer value comparing the target name property of two NamedBuildTarget types. |