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