C# Class UnityEngine.SocialPlatforms.Impl.Achievement

Inheritance: IAchievement
Show file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
Achievement ( )
Achievement ( string id, double percent )
Achievement ( string id, double percentCompleted, bool completed, bool hidden, System.DateTime lastReportedDate )
Achievement ( ) : System
Achievement ( string id, double percent ) : System
Achievement ( string id, double percentCompleted, bool completed, bool hidden, System.DateTime lastReportedDate ) : System
ReportProgress ( Action callback ) : void
ReportProgress ( Action callback ) : void
SetCompleted ( bool value ) : void
SetHidden ( bool value ) : void
SetLastReportedDate ( System.DateTime date ) : void
ToString ( ) : string

Method Details

Achievement() public method

public Achievement ( )

Achievement() public method

public Achievement ( string id, double percent )
id string
percent double

Achievement() public method

public Achievement ( string id, double percentCompleted, bool completed, bool hidden, System.DateTime lastReportedDate )
id string
percentCompleted double
completed bool
hidden bool
lastReportedDate System.DateTime

Achievement() public method

public Achievement ( ) : System
return System

Achievement() public method

public Achievement ( string id, double percent ) : System
id string
percent double
return System

Achievement() public method

public Achievement ( string id, double percentCompleted, bool completed, bool hidden, System.DateTime lastReportedDate ) : System
id string
percentCompleted double
completed bool
hidden bool
lastReportedDate System.DateTime
return System

ReportProgress() public final method

public final ReportProgress ( Action callback ) : void
callback Action
return void

ReportProgress() public method

public ReportProgress ( Action callback ) : void
callback Action
return void

SetCompleted() public method

public SetCompleted ( bool value ) : void
value bool
return void

SetHidden() public method

public SetHidden ( bool value ) : void
value bool
return void

SetLastReportedDate() public method

public SetLastReportedDate ( System.DateTime date ) : void
date System.DateTime
return void

ToString() public method

public ToString ( ) : string
return string