Class LightSyncBehaviour
Behaviour responsible for sending light sync information to players that are far away from a to-be-synced player
Inherited Members
Namespace: SlipeServer.Server.Behaviour
Assembly: SlipeServer.Server.dll
Syntax
public class LightSyncBehaviour
Constructors
| Edit this page View SourceLightSyncBehaviour(IElementCollection, ISyncHandlerMiddleware<LightSyncBehaviour?>, Configuration)
Declaration
public LightSyncBehaviour(IElementCollection elementCollection, ISyncHandlerMiddleware<LightSyncBehaviour?> middleware, Configuration configuration)
Parameters
Type | Name | Description |
---|---|---|
IElementCollection | elementCollection | |
ISyncHandlerMiddleware<LightSyncBehaviour> | middleware | |
Configuration | configuration |