C# 클래스 PlayFab.MatchmakerModels.StartGameRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
Build string
CustomCommandLineData string
ExternalMatchmakerEventEndpoint string
GameMode string
Region Region

프로퍼티 상세

Build 공개적으로 프로퍼티

Unique identifier of the previously uploaded build executable which is to be started.
public string Build
리턴 string

CustomCommandLineData 공개적으로 프로퍼티

Custom command line argument when starting game server process.
public string CustomCommandLineData
리턴 string

ExternalMatchmakerEventEndpoint 공개적으로 프로퍼티

HTTP endpoint URL for receiving game status events, if using an external matchmaker. When the game ends, PlayFab will make a POST request to this URL with the X-SecretKey header set to the value of the game's secret and an application/json body of { "EventName": "game_ended", "GameID": "" }.
public string ExternalMatchmakerEventEndpoint
리턴 string

GameMode 공개적으로 프로퍼티

Game mode for this Game Server Instance.
public string GameMode
리턴 string

Region 공개적으로 프로퍼티

Region with which to associate the server, for filtering.
public Region Region
리턴 Region