PlayerSettings.GetUseDefaultGraphicsAPIs

매뉴얼로 전환
public static bool GetUseDefaultGraphicsAPIs (BuildTarget platform);

파라미터

platformPlatform to get the flag for.

반환

bool Should best available graphics API be used.

설명

Is a build platform using automatic graphics API choice?

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

See Also: SetUseDefaultGraphicsAPIs, GetGraphicsAPIs, SetGraphicsAPIs.