Class ABBuildInfo
Build Info struct used by ABDataSource to pass needed build data around.
Inheritance
System.Object
ABBuildInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AssetBundleBrowser.AssetBundleDataSource
Syntax
public class ABBuildInfo
Properties
buildTarget
Target platform for build.
Declaration
public BuildTarget buildTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildTarget |
onBuild
Callback for build event.
Declaration
public Action<string> onBuild { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<System.String> |
options
Standard asset bundle build options.
Declaration
public BuildAssetBundleOptions options { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildAssetBundleOptions |
outputDirectory
Directory to place build result
Declaration
public string outputDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |