C# 클래스 PlayFab.ServerModels.CharacterLeaderboardEntry

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

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

프로퍼티 상세

CharacterId 공개적으로 프로퍼티

PlayFab unique identifier of the character that belongs to the user for this leaderboard entry.
public string CharacterId
리턴 string

CharacterName 공개적으로 프로퍼티

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

CharacterType 공개적으로 프로퍼티

Name of the character class for this entry.
public string CharacterType
리턴 string

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