Class NetworkRoomProvider
Provides Custom
Inheritance
NetworkRoomProvider
Implements
Inherited Members
Namespace: Evergine.Networking.Components
Assembly: Evergine.Networking.dll
Syntax
public class NetworkRoomProvider : NetworkCustomPropertiesProvider, IDependencyObject
Methods
GetCustomProperties(MatchmakingClientService)
Gets the Network
Declaration
protected override NetworkPropertiesTable GetCustomProperties(MatchmakingClientService matchmakingClientService)
Parameters
Type | Name | Description |
---|---|---|
Matchmaking |
matchmakingClientService | The Matchmaking |
Returns
Type | Description |
---|---|
Network |
The Network |
Overrides
OnAttached()
Invoked when the object is attached to the system.
Declaration
protected override bool OnAttached()
Returns
Type | Description |
---|---|
bool | True if everything is OK. |