C# Class Dodgeball.Game.CardInfo

Show file Open project: schonstal/BLOODBALL Class Usage Examples

Public Properties

Property Type Description
displayRoundNumber bool
flashes bool
large bool
offsetY int

Public Methods

Method Description
CardInfo ( bool large, bool flashes, bool displayRoundNumber, int offsetY ) : System

Method Details

CardInfo() public method

public CardInfo ( bool large, bool flashes, bool displayRoundNumber, int offsetY ) : System
large bool
flashes bool
displayRoundNumber bool
offsetY int
return System

Property Details

displayRoundNumber public property

public bool displayRoundNumber
return bool

flashes public property

public bool flashes
return bool

large public property

public bool large
return bool

offsetY public property

public int offsetY
return int