Struct BuildCompression
Assembly: UnityEngine.dll
Syntax
[Serializable]
public struct BuildCompression
Fields
|
Improve this Doc
View Source
LZ4
Declaration
public static readonly BuildCompression LZ4
Field Value
|
Improve this Doc
View Source
LZ4Runtime
Declaration
public static readonly BuildCompression LZ4Runtime
Field Value
|
Improve this Doc
View Source
LZMA
Declaration
public static readonly BuildCompression LZMA
Field Value
|
Improve this Doc
View Source
Uncompressed
Declaration
public static readonly BuildCompression Uncompressed
Field Value
|
Improve this Doc
View Source
UncompressedRuntime
Declaration
public static readonly BuildCompression UncompressedRuntime
Field Value
Properties
|
Improve this Doc
View Source
blockSize
Declaration
public uint blockSize { get; }
Property Value
|
Improve this Doc
View Source
compression
Declaration
public CompressionType compression { get; }
Property Value
|
Improve this Doc
View Source
level
Declaration
public CompressionLevel level { get; }
Property Value
Extension Methods