C# 클래스 PlayFab.ClientModels.PlayerLeaderboardEntry

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisplayName string
PlayFabId string
Position int
StatValue int

프로퍼티 상세

DisplayName 공개적으로 프로퍼티

Title-specific display name of the user for this leaderboard entry.
public string DisplayName
리턴 string

PlayFabId 공개적으로 프로퍼티

PlayFab unique identifier of the user for this leaderboard entry.
public string PlayFabId
리턴 string

Position 공개적으로 프로퍼티

User's overall position in the leaderboard.
public int Position
리턴 int

StatValue 공개적으로 프로퍼티

Specific value of the user's statistic.
public int StatValue
리턴 int