docs.unity.cn
    Show / Hide Table of Contents

    Property IsCustomAllocator

    IsCustomAllocator

    Check whether this allocator is a custom allocator.

    Declaration
    public readonly bool IsCustomAllocator { get; }
    Property Value
    Type Description
    Boolean

    True if this AllocatorHandle is a custom allocator.

    Implements
    AllocatorManager.IAllocator.IsCustomAllocator
    Remarks

    The AllocatorHandle is a custom allocator if its Index is larger or equal to FirstUserIndex.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023