Struct TransportFunctionPointer<T>
Convenience wrapper around a Burst function pointer. Should only be used when defining functions for custom INetworkPipelineStage implementations.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct TransportFunctionPointer<T> where T : Delegate
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
TransportFunctionPointer(FunctionPointer<T>) | |
TransportFunctionPointer(T) |
Fields
Name | Description |
---|---|
Ptr |
Methods
Name | Description |
---|---|
Burst(T) | |
Managed(T) |