Method GetCompressionForIdentifier
GetCompressionForIdentifier(string)
Get the compressions settings for the specified asset bundle.
선언
public override BuildCompression GetCompressionForIdentifier(string identifier)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | identifier | The identifier of the asset bundle. |
반환
타입 | 설명 |
---|---|
BuildCompression | The compression setting for the asset group. If the group is not found, the default compression is used. |