Version: 2020.3
언어: 한국어
public static PlatformIcon[] GetPlatformIcons (BuildTargetGroup platform, PlatformIconKind kind);

파라미터

platform The full list of platforms that support this API and the supported icon kinds can be found in icon kinds.
kind Each platform supports a different set of icon kinds. These can be found in the specific platform namespace (for example iOSPlatformIconKind.

설명

Returns the list of available icon slots for the specified platform and kind.

All available icons have to be retrieved for a given platform and icon kind if you're using PlayerSettings.SetPlatformIcons to set them.