Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsCompressedFormat

Returns true if the format is compressed. Returns false otherwise.
Read time 1 minuteLast updated 5 days ago

Definition

IsCompressedFormat(GraphicsFormat)

Returns true if the format is compressed. Returns false otherwise.
public static bool IsCompressedFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsCompressedFormat(TextureFormat)

Returns true if the format is compressed. Returns false otherwise.
public static bool IsCompressedFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool