C# Class CPopupChoiceCard, freegostop

Inheritance: MonoBehaviour
Show file Open project: sunduk/freegostop Class Usage Examples

Public Methods

Method Description
refresh ( PLAYER_SELECT_CARD_RESULT result_type, Sprite card1, Sprite card2 ) : void

Private Methods

Method Description
Awake ( ) : void
on_choice_card ( byte slot_index ) : void
on_touch_01 ( ) : void
on_touch_02 ( ) : void

Method Details

refresh() public method

public refresh ( PLAYER_SELECT_CARD_RESULT result_type, Sprite card1, Sprite card2 ) : void
result_type PLAYER_SELECT_CARD_RESULT
card1 Sprite
card2 Sprite
return void