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