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