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

Inheritance: ScriptableObject
Show file 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 property

public string CreationTime
return string

FleetId public property

public string FleetId
return string

GameSessionId public property

public string GameSessionId
return string

IpAddress public property

public string IpAddress
return string

PlayerId public property

public string PlayerId
return string

PlayerSessionId public property

public string PlayerSessionId
return string

Port public property

public int Port
return int

Status public property

public string Status
return string