C# Class RX_Manager, RXCardGame

Inheritance: MonoBehaviour
Mostrar archivo Open project: applexiaohao/RXCardGame

Public Properties

Property Type Description
bottom_pool UISprite,
bottom_pop_label UILabel,
bottom_pop_pool UISprite,
left_pool UISprite,
left_pop_label UILabel,
left_pop_pool UISprite,
right_pool UISprite,
right_pop_label UILabel,
right_pop_pool UISprite,
top_pool UISprite,

Public Methods

Method Description
DontPop ( ) : void
PopSet ( ) : void
Reshuffle ( ) : void

洗牌函数

Start ( ) : void

Method Details

DontPop() public method

public DontPop ( ) : void
return void

PopSet() public method

public PopSet ( ) : void
return void

Reshuffle() public method

洗牌函数
public Reshuffle ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

bottom_pool public_oe property

public UISprite, bottom_pool
return UISprite,

bottom_pop_label public_oe property

public UILabel, bottom_pop_label
return UILabel,

bottom_pop_pool public_oe property

public UISprite, bottom_pop_pool
return UISprite,

left_pool public_oe property

public UISprite, left_pool
return UISprite,

left_pop_label public_oe property

public UILabel, left_pop_label
return UILabel,

left_pop_pool public_oe property

public UISprite, left_pop_pool
return UISprite,

right_pool public_oe property

public UISprite, right_pool
return UISprite,

right_pop_label public_oe property

public UILabel, right_pop_label
return UILabel,

right_pop_pool public_oe property

public UISprite, right_pop_pool
return UISprite,

top_pool public_oe property

public UISprite, top_pool
return UISprite,