C# Class uREPL.EnumFieldItem

Inheritance: FieldItem
ファイルを表示 Open project: hecomi/uREPL

Public Properties

Property Type Description
dropdown Dropdown

Public Methods

Method Description
Init ( ) : void
OnDestroy ( ) : void
OnValueChanged ( int index ) : void
Start ( ) : void
Update ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnValueChanged() public method

public OnValueChanged ( int index ) : void
index int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dropdown public_oe property

public Dropdown dropdown
return Dropdown