C# 클래스 XPlane.Core.Miscellaneous.ScoreAchievement

상속: Achievement
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( float amount ) : void

Adds an amount.

GetAchievementString ( ) : string

Gets the AchievementString.

ScoreAchievement ( ) : System

Initializes a new ScoreAchievement class.

메소드 상세

Add() 공개 메소드

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

GetAchievementString() 공개 메소드

Gets the AchievementString.
public GetAchievementString ( ) : string
리턴 string

ScoreAchievement() 공개 메소드

Initializes a new ScoreAchievement class.
public ScoreAchievement ( ) : System
리턴 System