Version: 2019.2
public static GraphicsDeviceType[] GetGraphicsAPIs (BuildTarget platform);

Parameters

platformPlatform to get APIs for.

Returns

GraphicsDeviceType[] Array of graphics APIs.

Description

Get graphics APIs to be used on a build platform.

By default each platform is using "automatic" graphics API detection and picks the best available one (see GetUseDefaultGraphicsAPIs). However it is possible to change that to explicitly limit the graphics APIs used via SetGraphicsAPIs.

See Also: SetGraphicsAPIs, SetUseDefaultGraphicsAPIs, GetUseDefaultGraphicsAPIs.