Method GetDecoder
GetDecoder(PackedInt32s.Format, Int32, Int32)
Get a PackedInt32s.IDecoder.
Declaration
public static PackedInt32s.IDecoder GetDecoder(PackedInt32s.Format format, int version, int bitsPerValue)
Parameters
Type | Name | Description |
---|---|---|
PackedInt32s.Format | format | The format used to store packed |
System.Int32 | version | The compatibility version. |
System.Int32 | bitsPerValue | The number of bits per value. |
Returns
Type | Description |
---|---|
PackedInt32s.IDecoder | A decoder. |