Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetComponentCount

Returns the number of components this format has.
Read time 1 minuteLast updated 5 days ago

Definition

GetComponentCount(GraphicsFormat)

Returns the number of components this format has.
public static uint GetComponentCount(GraphicsFormat format)

Parameters

GraphicsFormat to use when retrieving the number of bits.

Returns

Type

Description

uint

GetComponentCount(TextureFormat)

Returns the number of components this format has.
public static uint GetComponentCount(TextureFormat format)

Parameters

GraphicsFormat to use when retrieving the number of bits.

Returns

Type

Description

uint