Editor.GetInfoString 获取信息字符串

function GetInfoString () : string

Description描述

Implement this method to show asset information on top of the asset preview.

执行这个方法来显示资源信息在资源预览的顶部。

You will also have to implement HasPreviewGUI and OnPreviewGUI in addition to this method. The default implementation just returns an empty string, which disables the feature.

除了这个方法,您还必须执行HasPreviewGUI和OnPreviewGUI。默认执行只返回一个空字符串,这将禁用该功能。

Note: Inspector previews are limited to the primary editor of persistent objects (assets), e.g., GameObjectInspector, MaterialEditor, TextureInspector. This means that it is currently not possible for a component to have its own inspector preview.

注意:检视面板预览仅限于永久对象(资源)的主编辑器。例如,GameObjectInspector、MaterialEditor、TextureInspector。这意味着它当前无法为一个组件有它自己的检视面板预览。

最后修改:2011年6月28日 Tuesday 11:41

本脚本参考基于Unity 3.4.1f5

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