Delegate IRefCounted.RefCountDelegate
Delegate method used for invoking Retain() and Release() member functions from Burst compiled code.
Namespace: Unity.Entities
Syntax
public delegate void RefCountDelegate(IntPtr _this);
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | _this |