C# Class TerrainListener, ES2015F

Inheritance: ChoicePickerChangeStateListener
ファイルを表示 Open project: jgirald/ES2015F

Public Methods

Method Description
OnChangeActive ( bool active ) : void
OnChangeState ( string state ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

OnChangeActive() public method

public OnChangeActive ( bool active ) : void
active bool
return void

OnChangeState() public method

public OnChangeState ( string state ) : void
state string
return void