C# Class Card, Deal

Afficher le fichier Open project: hbons/Deal Class Usage Examples

Méthodes publiques

Свойство Type Description
Selected bool
Type int

Méthodes publiques

Méthode Description
Card ( int type ) : System
TurnToBack ( ) : void
TurnToBack ( uint Delay ) : void
TurnToFront ( ) : void
TurnToFront ( uint Delay ) : void
TurnWithoutTexture ( ) : void

Private Methods

Méthode Description
BackSide ( ) : void
FrontSide ( ) : void

Method Details

Card() public méthode

public Card ( int type ) : System
type int
Résultat System

TurnToBack() public méthode

public TurnToBack ( ) : void
Résultat void

TurnToBack() public méthode

public TurnToBack ( uint Delay ) : void
Delay uint
Résultat void

TurnToFront() public méthode

public TurnToFront ( ) : void
Résultat void

TurnToFront() public méthode

public TurnToFront ( uint Delay ) : void
Delay uint
Résultat void

TurnWithoutTexture() public méthode

public TurnWithoutTexture ( ) : void
Résultat void

Property Details

Selected public_oe property

public bool Selected
Résultat bool

Type public_oe property

public int Type
Résultat int