Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsSwizzleFormat

Returns true if the format is not a RGBA format. Returns false otherwise.
Read time 1 minuteLast updated 8 days ago

Definition

IsSwizzleFormat(GraphicsFormat)

Returns true if the format is not a RGBA format. Returns false otherwise.
public static bool IsSwizzleFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsSwizzleFormat(TextureFormat)

Returns true if the format is not a RGBA format. Returns false otherwise.
public static bool IsSwizzleFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool