C# Class AssemblyCSharp.RX_CardManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: applexiaohao/RXCardGame Class Usage Examples

Private Properties

Свойство Type Description
GetNewCardList List
GetRect UnityEngine.Rect
RX_CardManager System

Méthodes publiques

Méthode Description
CreateSpriteBy ( RX_Card card, UISprite parent, int pp, RX_SEAT_POSITION pos ) : UISprite
DefaultManager ( ) : RX_CardManager
GetPool ( RX_SEAT_POSITION pos ) : UISprite
RefreshPool ( RX_SEAT_POSITION pos ) : void

将数组内的所有游戏对象全部销毁,并且移除数组...

Reshuffle ( ) : List
SetPool ( UISprite pool, RX_SEAT_POSITION pos ) : void

Private Methods

Méthode Description
GetNewCardList ( ) : List

Get A New CardL

GetRect ( int p1, float p2, RX_SEAT_POSITION pos ) : Rect
RX_CardManager ( ) : System

Method Details

CreateSpriteBy() public static méthode

public static CreateSpriteBy ( RX_Card card, UISprite parent, int pp, RX_SEAT_POSITION pos ) : UISprite
card RX_Card
parent UISprite
pp int
pos RX_SEAT_POSITION
Résultat UISprite

DefaultManager() public static méthode

public static DefaultManager ( ) : RX_CardManager
Résultat RX_CardManager

GetPool() public static méthode

public static GetPool ( RX_SEAT_POSITION pos ) : UISprite
pos RX_SEAT_POSITION
Résultat UISprite

RefreshPool() public static méthode

将数组内的所有游戏对象全部销毁,并且移除数组...
public static RefreshPool ( RX_SEAT_POSITION pos ) : void
pos RX_SEAT_POSITION
Résultat void

Reshuffle() public méthode

public Reshuffle ( ) : List
Résultat List

SetPool() public static méthode

public static SetPool ( UISprite pool, RX_SEAT_POSITION pos ) : void
pool UISprite
pos RX_SEAT_POSITION
Résultat void