Search Results for

    Show / Hide Table of Contents

    Class NetworkRoomProvider

    Provides CustomProperties of the current room necessary for NetworkPropertySync<K, V> components.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    PrefabInstanceObject
    Component
    NetworkCustomPropertiesProvider
    NetworkRoomProvider
    Implements
    IDependencyObject
    Inherited Members
    NetworkCustomPropertiesProvider.CustomProperties
    NetworkCustomPropertiesProvider.CustomPropertiesRefreshed
    NetworkCustomPropertiesProvider.Dispose()
    NetworkCustomPropertiesProvider.OnDetach()
    NetworkCustomPropertiesProvider.UpdateCustomPropertiesReference()
    NetworkCustomPropertiesProvider.CheckMultipleProvidersOfType<T>()
    Component.Owner
    Component.Managers
    Component.ShouldBeActivated
    Component.Clone()
    Component.Attach(Entity)
    Component.OnLoaded()
    Component.OnActivated()
    Component.Start()
    Component.OnDeactivated()
    Component.OnDestroy()
    PrefabInstanceObject.PrefabSource
    PrefabInstanceObject.RefreshPrefab(Prefab)
    PrefabInstanceObject.PrefabElementId
    PrefabInstanceObject.IsPrefabInstance
    PrefabInstanceObject.IsMissingPrefabSource
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    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
    NetworkCustomPropertiesProvider.GetCustomProperties(MatchmakingClientService)

    OnAttached()

    Invoked when the object is attached to the system.

    Declaration
    protected override bool OnAttached()
    Returns
    Type Description
    bool

    True if everything is OK.

    Overrides
    NetworkCustomPropertiesProvider.OnAttached()

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX