Delegate SystemBaseRegistry.ForwardingFunc
Namespace: Unity.Entities
Syntax
public delegate void ForwardingFunc(IntPtr systemPtr, IntPtr state);Parameters
| Type | Name | Description | 
|---|---|---|
| IntPtr | systemPtr | |
| IntPtr | state | 
public delegate void ForwardingFunc(IntPtr systemPtr, IntPtr state);| Type | Name | Description | 
|---|---|---|
| IntPtr | systemPtr | |
| IntPtr | state |