Class MockNetworkLayer
Inheritance
System.Object
MockNetworkLayer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.EntitySync.Benchmarks.dll
Syntax
public class MockNetworkLayer : NetworkLayer
Constructors
|
Improve this Doc
View Source
MockNetworkLayer(UInt64, IClientRepository)
Declaration
public MockNetworkLayer(ulong threadCount, IClientRepository clientRepository)
Parameters
Fields
|
Improve this Doc
View Source
ClearCacheEventChannel
Declaration
public readonly Channel<EntityClearCacheEvent> ClearCacheEventChannel
Field Value
|
Improve this Doc
View Source
CreateEventChannel
Declaration
public readonly Channel<EntityCreateEvent> CreateEventChannel
Field Value
|
Improve this Doc
View Source
DataChangeEventChannel
Declaration
public readonly Channel<EntityDataChangeEvent> DataChangeEventChannel
Field Value
|
Improve this Doc
View Source
NetOwnerChangeEventChannel
Declaration
public readonly Channel<EntityNetOwnerChangeEvent> NetOwnerChangeEventChannel
Field Value
|
Improve this Doc
View Source
PositionUpdateEventChannel
Declaration
public readonly Channel<EntityPositionUpdateEvent> PositionUpdateEventChannel
Field Value
|
Improve this Doc
View Source
RemoveEventChannel
Declaration
public readonly Channel<EntityRemoveEvent> RemoveEventChannel
Field Value
Methods
|
Improve this Doc
View Source
SendEvent(IClient, in EntityClearCacheEvent)
Declaration
public override void SendEvent(IClient client, in EntityClearCacheEvent entityClearCache)
Parameters
Overrides
|
Improve this Doc
View Source
SendEvent(IClient, in EntityCreateEvent)
Declaration
public override void SendEvent(IClient client, in EntityCreateEvent entityCreate)
Parameters
Overrides
|
Improve this Doc
View Source
SendEvent(IClient, in EntityDataChangeEvent)
Declaration
public override void SendEvent(IClient client, in EntityDataChangeEvent entityDataChange)
Parameters
Overrides
|
Improve this Doc
View Source
SendEvent(IClient, in EntityNetOwnerChangeEvent)
Declaration
public override void SendEvent(IClient client, in EntityNetOwnerChangeEvent entityNetOwnerChange)
Parameters
Overrides
|
Improve this Doc
View Source
SendEvent(IClient, in EntityPositionUpdateEvent)
Declaration
public override void SendEvent(IClient client, in EntityPositionUpdateEvent entityPositionUpdate)
Parameters
Overrides
|
Improve this Doc
View Source
SendEvent(IClient, in EntityRemoveEvent)
Declaration
public override void SendEvent(IClient client, in EntityRemoveEvent entityRemove)
Parameters
Overrides
Events
|
Improve this Doc
View Source
OnClientSubscribeEntity
Declaration
public override event ClientSubscribeEntityDelegate OnClientSubscribeEntity
Event Type
Overrides
|
Improve this Doc
View Source
OnClientUnsubscribeEntity
Declaration
public override event ClientUnsubscribeEntityDelegate OnClientUnsubscribeEntity
Event Type
Overrides
|
Improve this Doc
View Source
OnConnectionConnect
Declaration
public override event ConnectionConnectEventDelegate OnConnectionConnect
Event Type
Overrides
|
Improve this Doc
View Source
OnConnectionDisconnect
Declaration
public override event ConnectionDisconnectEventDelegate OnConnectionDisconnect
Event Type
Overrides
|
Improve this Doc
View Source
OnEntityCreate
Declaration
public override event EntityCreateEventDelegate OnEntityCreate
Event Type
Overrides
|
Improve this Doc
View Source
OnEntityDataUpdate
Declaration
public override event EntityDataUpdateEventDelegate OnEntityDataUpdate
Event Type
Overrides
|
Improve this Doc
View Source
OnEntityNetOwnerUpdate
Declaration
public override event EntityNetOwnerUpdateEventDelegate OnEntityNetOwnerUpdate
Event Type
Overrides
|
Improve this Doc
View Source
OnEntityPositionUpdate
Declaration
public override event EntityPositionUpdateEventDelegate OnEntityPositionUpdate
Event Type
Overrides
|
Improve this Doc
View Source
OnEntityRemove
Declaration
public override event EntityRemoveEventDelegate OnEntityRemove
Event Type
Overrides