docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddSystem

    AddSystem<T>(World)

    Obsolete. Use CreateSystem<T>() instead.

    Declaration
    [Obsolete("Use World.CreateSystem instead")]
    public static SystemHandle AddSystem<T>(this World self) where T : unmanaged, ISystem
    Parameters
    Type Name Description
    World self

    The World

    Returns
    Type Description
    SystemHandle
    Type Parameters
    Name Description
    T

    The system

    In This Article
    Back to top
    Copyright © 2024 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)