Method IsRawCompressed
IsRawCompressed(TextureFormat)
Returns whether the texture is raw compressed.
Declaration
public static bool IsRawCompressed(this TextureFormat rawFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureFormat | rawFormat | The raw texture format. |
Returns
| Type | Description |
|---|---|
| bool | Whether the texture is raw compressed. |