Struct PortableFunctionPointer<T>
Namespace: Unity.NetCode
Syntax
public struct PortableFunctionPointer<T>
where T : Delegate
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
PortableFunctionPointer(T)
Declaration
public PortableFunctionPointer(T executeDelegate)
Parameters
| Type | Name | Description |
|---|---|---|
| T | executeDelegate |