Struct NetworkStreamRequestListen
A component that can be added to a new entity to start listening to a new connection instead of calling Listen(NetworkEndpoint)
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct NetworkStreamRequestListen : IComponentData, IQueryTypeParameter
Fields
Endpoint
The remote server address.
Declaration
public NetworkEndpoint Endpoint
Field Value
Type | Description |
---|---|
NetworkEndpoint |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter