docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddSystem

    AddSystem<T>(T)

    Obsolete. Use AddSystemManaged<T>(T) instead.

    Declaration
    [Obsolete("(UnityUpgradable) -> AddSystemManaged<T>(*)", true)]
    public T AddSystem<T>(T system) where T : ComponentSystemBase
    Parameters
    Type Name Description
    T system

    The existing system instance to add

    Returns
    Type Description
    T

    The input system

    Type Parameters
    Name Description
    T

    The system type

    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)