C# Class Indiefreaks.Xna.IndieCity.AchievementsRefreshInfo

Show file Open project: Indiefreaks/igf Class Usage Examples

Public Properties

Property Type Description
AchievementsUpdated bool
RefreshCompleteDelegate NotificationDelegate
UserAchievementsFetched bool

Public Methods

Method Description
AchievementsRefreshInfo ( IndieCityManager ic, NotificationDelegate refreshCompleteDelegate, System.Boolean mustRefreshAchievementValues ) : System

Method Details

AchievementsRefreshInfo() public method

public AchievementsRefreshInfo ( IndieCityManager ic, NotificationDelegate refreshCompleteDelegate, System.Boolean mustRefreshAchievementValues ) : System
ic IndieCityManager
refreshCompleteDelegate NotificationDelegate
mustRefreshAchievementValues System.Boolean
return System

Property Details

AchievementsUpdated public property

public bool AchievementsUpdated
return bool

RefreshCompleteDelegate public property

public NotificationDelegate RefreshCompleteDelegate
return NotificationDelegate

UserAchievementsFetched public property

public bool UserAchievementsFetched
return bool