C# Class uREPL.EnumFieldItem

Inheritance: FieldItem
Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Свойство Type Description
dropdown Dropdown

Méthodes publiques

Méthode Description
Init ( ) : void
OnDestroy ( ) : void
OnValueChanged ( int index ) : void
Start ( ) : void
Update ( ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnValueChanged() public méthode

public OnValueChanged ( int index ) : void
index int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

dropdown public_oe property

public Dropdown dropdown
Résultat Dropdown