Struct AddressableAssetBuildResult
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEditor.AddressableAssets
Syntax
public struct AddressableAssetBuildResult
Properties
Cached
Declaration
public bool Cached { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Completed
Declaration
public bool Completed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Duration
Declaration
public double Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Error
Declaration
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LocationCount
Declaration
public int LocationCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |