C# 클래스 CasualMeter.Core.Conductors.CasualMessenger

파일 보기 프로젝트 열기: lunyx/CasualMeter

공개 메소드들

메소드 설명
ExportStats ( ExportType type ) : void
PastePlayerStats ( ) : void
RefreshVisibility ( bool isVisible, bool toggle ) : void
ResetPlayerStats ( bool shouldSaveCurrent ) : void
UpdateSkillBreakdownView ( object sender, string viewKey ) : void

비공개 메소드들

메소드 설명
CasualMessenger ( ) : System

메소드 상세

ExportStats() 공개 메소드

public ExportStats ( ExportType type ) : void
type ExportType
리턴 void

PastePlayerStats() 공개 메소드

public PastePlayerStats ( ) : void
리턴 void

RefreshVisibility() 공개 메소드

public RefreshVisibility ( bool isVisible, bool toggle ) : void
isVisible bool
toggle bool
리턴 void

ResetPlayerStats() 공개 메소드

public ResetPlayerStats ( bool shouldSaveCurrent ) : void
shouldSaveCurrent bool
리턴 void

UpdateSkillBreakdownView() 공개 메소드

public UpdateSkillBreakdownView ( object sender, string viewKey ) : void
sender object
viewKey string
리턴 void