Class NetworkRoomProvider
Provides CustomProperties of the current room necessary for NetworkPropertySync<K, V> components.
Inheritance
NetworkRoomProvider
Implements
Inherited Members
Namespace: Evergine.Networking.Components
Assembly: Evergine.Networking.dll
Syntax
public class NetworkRoomProvider : NetworkCustomPropertiesProvider, IDependencyObject
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 everything is OK. |