PlayerSettings.GetIconSizesForTargetGroup 获取目标组图标大小列表

static function GetIconSizesForTargetGroup (platform : BuildTargetGroup) : int[]

Description描述

Returns a list of icon sizes for the specified platform.

返回指定平台图标大小列表。

Most platforms support viewing icons in multiple sizes so Unity lets you specify multiple icon textures for each platform. Use this function to get the sizes to use for the specified platform, where each size specifies both the width and height in pixels.

大多数平台上支持多种尺寸预览图标,因此,Unity可让您为每个平台指定多个图标纹理。使用这个函数来获取指定平台使用的图标大小,其中每个大小指定宽度和高度,以像素为单位。

最后修改:2011年10月5日 Wednesday 12:20

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。