Class RawTileBlob
- Namespace
- LansMap.Map.TilePipeline.Decode
public static class RawTileBlob
- Inheritance
-
objectRawTileBlob
Fields
HeaderSize
public const int HeaderSize = 12
Field Value
Methods
TryParse(byte[], int, out int, out TextureFormat, out int, out int)
public static bool TryParse(byte[] blob, int blobLength, out int width, out TextureFormat format, out int dataOffset, out int dataLength)
Parameters
Returns
Wrap(byte[], int, int, TextureFormat)
public static byte[] Wrap(byte[] pixels, int length, int width, TextureFormat format)
Parameters
Returns
- byte[]