CustomEditor.CustomEditor 构造自定义编辑器

static function CustomEditor (inspectedType : System.Type) : CustomEditor

Description描述

Defines which object type the custom editor class can edit.

定义了对象类型的自定义编辑器类可以编辑。

@CustomEditor(MyPlayer)
class MyPlayerEditor extends Editor {
	// See the documentation for the Editor class for the full example
	//参见这个编辑器类文档的所有例子
}
最后修改:2011年1月24日 Monday 13:46

本脚本参考基于Unity 3.4.1f5

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