docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property EntityManager

    EntityManager

    Return the entity manager this transaction operates upon.

    Declaration
    public EntityManager EntityManager { get; }
    Property Value
    Type Description
    EntityManager
    Remarks

    Do not use this property to invoke arbitrary methods from an ExclusiveEntityTransaction because it is undefined behavior. Some EntityManager methods involve operations that are not safe to perform from worker threads, or which might work in certain contexts but fail in others. Only the operations exposed by the ExclusiveEntityTransaction struct are guaranteed to function correctly.

    In This Article
    • EntityManager
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)