C# Class CasualMeter.Core.Conductors.CasualMessenger

Afficher le fichier Open project: lunyx/CasualMeter

Méthodes publiques

Méthode Description
ExportStats ( ExportType type ) : void
PastePlayerStats ( ) : void
RefreshVisibility ( bool isVisible, bool toggle ) : void
ResetPlayerStats ( bool shouldSaveCurrent ) : void
UpdateSkillBreakdownView ( object sender, string viewKey ) : void

Private Methods

Méthode Description
CasualMessenger ( ) : System

Method Details

ExportStats() public méthode

public ExportStats ( ExportType type ) : void
type ExportType
Résultat void

PastePlayerStats() public méthode

public PastePlayerStats ( ) : void
Résultat void

RefreshVisibility() public méthode

public RefreshVisibility ( bool isVisible, bool toggle ) : void
isVisible bool
toggle bool
Résultat void

ResetPlayerStats() public méthode

public ResetPlayerStats ( bool shouldSaveCurrent ) : void
shouldSaveCurrent bool
Résultat void

UpdateSkillBreakdownView() public méthode

public UpdateSkillBreakdownView ( object sender, string viewKey ) : void
sender object
viewKey string
Résultat void