Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsPackedFormat

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

Definition

IsPackedFormat(GraphicsFormat)

Returns true if the format is packed. Returns false otherwise.
public static bool IsPackedFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsPackedFormat(TextureFormat)

Returns true if the format is packed. Returns false otherwise.
public static bool IsPackedFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool