C# Class CCardPicture, freegostop

Inheritance: MonoBehaviour
Exibir arquivo Open project: sunduk/freegostop Class Usage Examples

Public Methods

Method Description
enable_collider ( bool flag ) : void
is_back_card ( ) : bool
is_same ( byte number ) : bool
is_same ( byte number, PAE_TYPE pae_type, byte position ) : bool
on_touch ( ) : void
set_slot_index ( byte slot ) : void
update_backcard ( Sprite back_image ) : void
update_card ( CCard card, Sprite image ) : void
update_image ( Sprite image ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

enable_collider() public method

public enable_collider ( bool flag ) : void
flag bool
return void

is_back_card() public method

public is_back_card ( ) : bool
return bool

is_same() public method

public is_same ( byte number ) : bool
number byte
return bool

is_same() public method

public is_same ( byte number, PAE_TYPE pae_type, byte position ) : bool
number byte
pae_type PAE_TYPE
position byte
return bool

on_touch() public method

public on_touch ( ) : void
return void

set_slot_index() public method

public set_slot_index ( byte slot ) : void
slot byte
return void

update_backcard() public method

public update_backcard ( Sprite back_image ) : void
back_image Sprite
return void

update_card() public method

public update_card ( CCard card, Sprite image ) : void
card CCard
image Sprite
return void

update_image() public method

public update_image ( Sprite image ) : void
image Sprite
return void