C# Class XPlane.Core.Miscellaneous.ScoreAchievement

Inheritance: Achievement
ファイルを表示 Open project: ThuCommix/Sharpex2D

Private Properties

Property Type Description

Public Methods

Method Description
Add ( float amount ) : void

Adds an amount.

GetAchievementString ( ) : string

Gets the AchievementString.

ScoreAchievement ( ) : System

Initializes a new ScoreAchievement class.

Method Details

Add() public method

Adds an amount.
public Add ( float amount ) : void
amount float The Amount.
return void

GetAchievementString() public method

Gets the AchievementString.
public GetAchievementString ( ) : string
return string

ScoreAchievement() public method

Initializes a new ScoreAchievement class.
public ScoreAchievement ( ) : System
return System