Constructor BundleBuildContent
BundleBuildContent()
Default constructor, creates an empty BundleBuildContent.
Declaration
public BundleBuildContent()
BundleBuildContent(IEnumerable<AssetBundleBuild>)
Default constructor, takes a set of AssetBundleBuild and converts them to the appropriate properties.
Declaration
public BundleBuildContent(IEnumerable<AssetBundleBuild> bundleBuilds)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<AssetBundleBuild> | bundleBuilds | The set of AssetbundleBuild to be built. |