Class TrackerExtensions
Inheritance
System.Object
TrackerExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Build.Pipeline.Utilities
Syntax
public static class TrackerExtensions
Methods
HumanReadable(String)
Declaration
public static string HumanReadable(this string camelCased)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | camelCased |
Returns
| Type | Description |
|---|---|
| System.String |
UpdateInfoUnchecked(IProgressTracker, String)
Declaration
public static bool UpdateInfoUnchecked(this IProgressTracker tracker, string taskInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IProgressTracker | tracker | |
| System.String | taskInfo |
Returns
| Type | Description |
|---|---|
| System.Boolean |
UpdateTaskUnchecked(IProgressTracker, String)
Declaration
public static bool UpdateTaskUnchecked(this IProgressTracker tracker, string taskTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| IProgressTracker | tracker | |
| System.String | taskTitle |
Returns
| Type | Description |
|---|---|
| System.Boolean |