Method GetCompressionForIdentifier
GetCompressionForIdentifier(string)
Get the compressions settings for the specified asset bundle.
Declaration
public override BuildCompression GetCompressionForIdentifier(string identifier)
Parameters
Type | Name | Description |
---|---|---|
string | identifier | The identifier of the asset bundle. |
Returns
Type | Description |
---|---|
BuildCompression | The compression setting for the asset group. If the group is not found, the default compression is used. |