Constructor BuildContent
BuildContent()
Default constructor, creates an empty BuildContent.
Declaration
public BuildContent()
BuildContent(IEnumerable<GUID>)
Default constructor, takes a set of Assets and converts them to the appropriate properties.
Declaration
public BuildContent(IEnumerable<GUID> assets)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<GUID> | assets | The set of Assets identified by GUID to ensure are packaged with the build |