C# 클래스 PlayFab.ClientModels.RegisterPlayFabUserResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PlayFabId string
SessionTicket string
SettingsForUser UserSettings
Username string

프로퍼티 상세

PlayFabId 공개적으로 프로퍼티

PlayFab unique identifier for this newly created account.
public string PlayFabId
리턴 string

SessionTicket 공개적으로 프로퍼티

Unique token identifying the user and game at the server level, for the current session.
public string SessionTicket
리턴 string

SettingsForUser 공개적으로 프로퍼티

Settings specific to this user.
public UserSettings,PlayFab.ClientModels SettingsForUser
리턴 UserSettings

Username 공개적으로 프로퍼티

PlayFab unique user name.
public string Username
리턴 string