Class NetworkRoomProvider
Provides CustomProperties of the current room neccessary for NetworkPropertySync<K, V> components.
Inheritance
NetworkRoomProvider
  Inherited Members
Namespace: Evergine.Networking.Components
Assembly: Evergine.Networking.dll
Syntax
public class NetworkRoomProvider : NetworkCustomPropertiesProvider, IDependencyObject, IDisposable
  Methods
GetCustomProperties(MatchmakingClientService)
Gets the NetworkPropertiesTable instance.
Declaration
protected override NetworkPropertiesTable GetCustomProperties(MatchmakingClientService matchmakingClientService)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MatchmakingClientService | matchmakingClientService | The MatchmakingClientService reference.  | 
      
Returns
| Type | Description | 
|---|---|
| NetworkPropertiesTable | The NetworkPropertiesTable instance.  | 
      
Overrides
OnAttached()
Invoked when the object is attached to the system.
Declaration
protected override bool OnAttached()
  Returns
| Type | Description | 
|---|---|
| bool | True if all is OK.  |