Struct NetworkStreamRequestConnect
A component that can be added to a new entity to create a new connection instead of calling Connect(EntityManager, NetworkEndpoint, Entity)
Inherited Members
Namespace: Unity.NetCode
Syntax
public struct NetworkStreamRequestConnect : IComponentData, IQueryTypeParameter
Fields
Endpoint
The remote server address.
Declaration
public NetworkEndpoint Endpoint
Field Value
Type | Description |
---|---|
NetworkEndpoint |