Version: 2020.1
언어: 한국어
public static GraphicsDeviceType[] GetGraphicsAPIs (BuildTarget platform);

파라미터

platform Platform to get APIs for.

반환

GraphicsDeviceType[] Array of graphics APIs.

설명

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.