Description 描述
Icon slot container.
Properties 属性
| height | The height of the icon in pixels. | ||
| kind | The PlatformIconKind is specific to the target platform. | ||
| layerCount | The number of texture layers the icon slot currently contains. | ||
| maxLayerCount | The maximum number of texture layers required by the icon slot. | ||
| minLayerCount | The minimum number of texture layers required by the icon slot. | ||
| width | The width of the icon in pixels. |
Public Methods 公共方法
| GetTexture | Retrieve the texture which is currently assigned to the specified layer. | ||
| GetTextures | Retrieve an array of all textures which are currently assigned to the icon slot. | ||
| SetTexture | Assign a texture to the specified layer. | ||
| SetTextures | Assign all available icon layers. |