Delegate AllocatorManager.TryFunction | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Delegate AllocatorManager.TryFunction

    Delegate used for calling an allocator's allocation function.

    Namespace: Unity.Collections
    Syntax
    public delegate int TryFunction(IntPtr allocatorState, ref AllocatorManager.Block block);
    Parameters
    Type Name Description
    IntPtr allocatorState
    AllocatorManager.Block block
    Returns
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX