C# Class FieldWizard, Unity3D-ExtendedEvent

Inheritance: ScriptableWizard
Show file Open project: Thundernerd/Unity3D-ExtendedEvent

Public Properties

Property Type Description
Member ExtendedEvent.Member,
Parameter ExtendedEvent.Parameter,

Protected Properties

Property Type Description
ended bool
label string

Public Methods

Method Description
OnWizardCreate ( ) : void
WizardGUI ( ) : void

Protected Methods

Method Description
DisplayName ( string item ) : void
DrawWizardGUI ( ) : bool
Initialize ( ) : void

Method Details

DisplayName() protected method

protected DisplayName ( string item ) : void
item string
return void

DrawWizardGUI() protected final method

protected final DrawWizardGUI ( ) : bool
return bool

Initialize() protected method

protected Initialize ( ) : void
return void

OnWizardCreate() public method

public OnWizardCreate ( ) : void
return void

WizardGUI() public method

public WizardGUI ( ) : void
return void

Property Details

Member public property

public ExtendedEvent.Member, Member
return ExtendedEvent.Member,

Parameter public property

public ExtendedEvent.Parameter, Parameter
return ExtendedEvent.Parameter,

ended protected property

protected bool ended
return bool

label protected property

protected string label
return string