ScriptableWizard.DrawWizardGUI

protected bool DrawWizardGUI();

Returns

bool Returns true if any property has been modified.

Description

Will be called for drawing contents when the ScriptableWizard needs to update its GUI.

Derived class may override this function to provide customized behaviour for GUI drawing. The default behaviour is to draw property fields for all public properties on the wizard, arranged vertically.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答