C# Class FieldWizard, Unity3D-ExtendedEvent

Inheritance: ScriptableWizard
Afficher le fichier Open project: Thundernerd/Unity3D-ExtendedEvent

Méthodes publiques

Свойство Type Description
Member ExtendedEvent.Member,
Parameter ExtendedEvent.Parameter,

Protected Properties

Свойство Type Description
ended bool
label string

Méthodes publiques

Méthode Description
OnWizardCreate ( ) : void
WizardGUI ( ) : void

Méthodes protégées

Méthode Description
DisplayName ( string item ) : void
DrawWizardGUI ( ) : bool
Initialize ( ) : void

Method Details

DisplayName() protected méthode

protected DisplayName ( string item ) : void
item string
Résultat void

DrawWizardGUI() protected final méthode

protected final DrawWizardGUI ( ) : bool
Résultat bool

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnWizardCreate() public méthode

public OnWizardCreate ( ) : void
Résultat void

WizardGUI() public méthode

public WizardGUI ( ) : void
Résultat void

Property Details

Member public_oe property

public ExtendedEvent.Member, Member
Résultat ExtendedEvent.Member,

Parameter public_oe property

public ExtendedEvent.Parameter, Parameter
Résultat ExtendedEvent.Parameter,

ended protected_oe property

protected bool ended
Résultat bool

label protected_oe property

protected string label
Résultat string