C# Class ChoicePickerChangeStateListener, ES2015F

Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015F

Public Methods

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

Method Details

OnChangeActive() public abstract method

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

OnChangeState() public abstract method

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