Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Is16BitPackedFormat

Returns true if the format is packed and a 16-bit format. Returns false otherwise.
Read time 1 minuteLast updated 7 days ago

Definition

Is16BitPackedFormat(GraphicsFormat)

Returns true if the format is packed and a 16-bit format. Returns false otherwise.
public static bool Is16BitPackedFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

Is16BitPackedFormat(TextureFormat)

Returns true if the format is packed and a 16-bit format. Returns false otherwise.
public static bool Is16BitPackedFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool