Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsASTCFormat

Returns true if the format uses ASTC. Returns false otherwise.
Read time 1 minuteLast updated 9 days ago

Definition

IsASTCFormat(GraphicsFormat)

Returns true if the format uses ASTC. Returns false otherwise.
public static bool IsASTCFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsASTCFormat(TextureFormat)

Returns true if the format uses ASTC. Returns false otherwise.
public static bool IsASTCFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool