C# Class GameSessionInfo, aws-gamelift-and-serverless-backend-sample

Inheritance: ScriptableObject
Datei anzeigen Open project: aws-samples/aws-gamelift-and-serverless-backend-sample Class Usage Examples

Public Properties

Property Type Description
CreationTime string
FleetId string
GameSessionId string
IpAddress string
PlayerId string
PlayerSessionId string
Port int
Status string

Property Details

CreationTime public_oe property

public string CreationTime
return string

FleetId public_oe property

public string FleetId
return string

GameSessionId public_oe property

public string GameSessionId
return string

IpAddress public_oe property

public string IpAddress
return string

PlayerId public_oe property

public string PlayerId
return string

PlayerSessionId public_oe property

public string PlayerSessionId
return string

Port public_oe property

public int Port
return int

Status public_oe property

public string Status
return string