Class MatchRequests.CreateMatchRequest
Create a new player session
Namespace: Unity.PSN.PS5.Matches
Syntax
public class CreateMatchRequest : Request
Properties
CreationParams
The parameters used to create the session
Declaration
public MatchCreationParams CreationParams { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchCreationParams |
Match
The created player session instance
Declaration
public Match Match { get; }
Property Value
| Type | Description |
|---|---|
| Match |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()