Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsSignedFormat

Returns true if the format is a signed format. Returns false otherwise.
Read time 1 minuteLast updated 6 days ago

Definition

IsSignedFormat(GraphicsFormat)

Returns true if the format is a signed format. Returns false otherwise.
public static bool IsSignedFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsSignedFormat(TextureFormat)

Returns true if the format is a signed format. Returns false otherwise.
public static bool IsSignedFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool