mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
13 lines
163 B
C#
13 lines
163 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
/// <summary>
|
|
/// AssetBundle压缩选项
|
|
/// </summary>
|
|
public enum ECompressOption
|
|
{
|
|
Uncompressed = 0,
|
|
LZMA,
|
|
LZ4,
|
|
}
|
|
} |