C# Class Indiefreaks.Xna.IndieCity.AchievementsRefreshInfo

Mostra 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_oe property

public bool AchievementsUpdated
return bool

RefreshCompleteDelegate public_oe property

public NotificationDelegate RefreshCompleteDelegate
return NotificationDelegate

UserAchievementsFetched public_oe property

public bool UserAchievementsFetched
return bool