Class Task
Assembly: UnityEditor.dll
Syntax
Properties
|
Improve this Doc
View Source
assetList
Declaration
public AssetList assetList { get; }
Property Value
|
Improve this Doc
View Source
changeSets
Declaration
public ChangeSets changeSets { get; }
Property Value
description
Declaration
public string description { get; }
Property Value
messages
Declaration
public Message[] messages { get; }
Property Value
progressMessage
Declaration
public string progressMessage { get; }
Property Value
progressPct
Declaration
public int progressPct { get; }
Property Value
resultCode
Declaration
public int resultCode { get; }
Property Value
secondsSpent
Declaration
public int secondsSpent { get; }
Property Value
success
Declaration
public bool success { get; }
Property Value
text
Declaration
public string text { get; }
Property Value
userIdentifier
Declaration
public int userIdentifier { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
SetCompletionAction(CompletionAction)
Declaration
public void SetCompletionAction(CompletionAction action)
Parameters
Wait()
Declaration
Extension Methods