言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

PlayerSettings.GetIconsForTargetGroup

public static function GetIconsForTargetGroup(platform: BuildTargetGroup): Texture2D[];

Description

特定のプラットフォームに設定されているアイコンのリストを取得します

Most platforms support viewing icons in multiple sizes so Unity lets you specify multiple icon textures for each platform. Each texture in the returned array correspond to the corresponding entry in the list of icon sizes returned by GetIconSizesForTargetGroup.