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