C# Class CCardPicture, freegostop

Inheritance: MonoBehaviour
Afficher le fichier Open project: sunduk/freegostop Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Awake ( ) : void

Method Details

enable_collider() public méthode

public enable_collider ( bool flag ) : void
flag bool
Résultat void

is_back_card() public méthode

public is_back_card ( ) : bool
Résultat bool

is_same() public méthode

public is_same ( byte number ) : bool
number byte
Résultat bool

is_same() public méthode

public is_same ( byte number, PAE_TYPE pae_type, byte position ) : bool
number byte
pae_type PAE_TYPE
position byte
Résultat bool

on_touch() public méthode

public on_touch ( ) : void
Résultat void

set_slot_index() public méthode

public set_slot_index ( byte slot ) : void
slot byte
Résultat void

update_backcard() public méthode

public update_backcard ( Sprite back_image ) : void
back_image Sprite
Résultat void

update_card() public méthode

public update_card ( CCard card, Sprite image ) : void
card CCard
image Sprite
Résultat void

update_image() public méthode

public update_image ( Sprite image ) : void
image Sprite
Résultat void