C# Class XPlane.Core.Miscellaneous.ScoreAchievement

Inheritance: Achievement
Afficher le fichier Open project: ThuCommix/Sharpex2D

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( float amount ) : void

Adds an amount.

GetAchievementString ( ) : string

Gets the AchievementString.

ScoreAchievement ( ) : System

Initializes a new ScoreAchievement class.

Method Details

Add() public méthode

Adds an amount.
public Add ( float amount ) : void
amount float The Amount.
Résultat void

GetAchievementString() public méthode

Gets the AchievementString.
public GetAchievementString ( ) : string
Résultat string

ScoreAchievement() public méthode

Initializes a new ScoreAchievement class.
public ScoreAchievement ( ) : System
Résultat System