Method SetIRefCounted_RetainFn
SetIRefCounted_RetainFn(Int32, IRefCounted.RefCountDelegate, Boolean)
Used by codegen
Declaration
public static void SetIRefCounted_RetainFn(int indexInTypeArray, IRefCounted.RefCountDelegate fn, bool burstCompile)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | indexInTypeArray | TypeIndex.Index |
| IRefCounted.RefCountDelegate | fn | Retain function |
| Boolean | burstCompile | Is burst enabled |