C# 클래스 PlayFab.ClientModels.StartGameRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
BuildVersion string
CharacterId string
CustomCommandLineData string
GameMode string
Region Region
StatisticName string

프로퍼티 상세

BuildVersion 공개적으로 프로퍼티

version information for the build of the game server which is to be started
public string BuildVersion
리턴 string

CharacterId 공개적으로 프로퍼티

character to use for stats based matching. Leave null to use account stats
public string CharacterId
리턴 string

CustomCommandLineData 공개적으로 프로퍼티

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

GameMode 공개적으로 프로퍼티

the title-defined game mode this server is to be running (defaults to 0 if there is only one mode)
public string GameMode
리턴 string

Region 공개적으로 프로퍼티

the region to associate this server with for match filtering
public Region Region
리턴 Region

StatisticName 공개적으로 프로퍼티

player statistic for others to use in finding this game. May be null for no stat-based matching
public string StatisticName
리턴 string