ScriptableWizard.DisplayWizard 显示向导

static function DisplayWizard (title : string, klass : System.Type, createButtonName : string = "Create", otherButtonName : string = "") : ScriptableWizard

Parameters参数

Returns

ScriptableWizard - The wizard.

返回ScriptableWizard - 该向导。

Description描述

Creates a wizard.

创建一个向导。

When the user hits the Create button OnWizardCreate function will be called. DisplayWizard will only show one wizard for every wizard class.

当用户点击创建按钮,OnWizardCreate函数将被调用。DisplayWizard仅为每个向导类显示一个向导。

最后修改:2011年6月25日 Saturday 15:31

本脚本参考基于Unity 3.4.1f5

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