Alteruna Multiplayer Docs
C#
Show/Hide TOC
Endpoint
Event Constructor
Initializes a new instance of
EndpointEvent
.
Definition
Namespace:
Alteruna.Multiplayer.EventArgument
Assembly:
Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
Copy
protected internal
EndpointEvent
(
MultiplayerManager
controller
,
Endpoint
endpoint
)
Parameters
controller
MultiplayerManager
The
MultiplayerManager
that raised the event.
endpoint
Endpoint
The network endpoint associated with the event.
See Also
Reference
EndpointEvent Class
Alteruna.Multiplayer.EventArgument Namespace
In This Article
Definition
See Also