Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsUnsignedFormat

Returns true if the format is an unsigned format. Returns false otherwise.
Read time 1 minuteLast updated 8 days ago

Definition

IsUnsignedFormat(GraphicsFormat)

Returns true if the format is an unsigned format. Returns false otherwise.
public static bool IsUnsignedFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsUnsignedFormat(TextureFormat)

Returns true if the format is an unsigned format. Returns false otherwise.
public static bool IsUnsignedFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool