docs.unity.cn
    Show / Hide Table of Contents

    Property WorldUpdateAllocator

    WorldUpdateAllocator

    Retrieve the world update allocator of the World in which this system exists.

    Declaration
    public readonly Allocator WorldUpdateAllocator { get; }
    Property Value
    Type Description
    Allocator

    The Allocator retrieved.

    Remarks

    Behind the world update allocator are double reewindable allocators, and the two allocators are switched in each world update. Therefore user cannot cache the world update allocator.

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