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

Parámetros

platform Platform to get APIs for.

Valor de retorno

GraphicsDeviceType[] Array of graphics APIs.

Descripción

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.