docs.unity.cn
    Show / Hide Table of Contents

    Method GetAllSystems

    GetAllSystems(WorldSystemFilterFlags, Boolean)

    Calculates a list of all systems filtered with WorldSystemFilterFlags, [DisableAutoCreation] etc.

    Declaration
    public static IReadOnlyList<Type> GetAllSystems(WorldSystemFilterFlags filterFlags, bool requireExecuteAlways = false)
    Parameters
    Type Name Description
    WorldSystemFilterFlags filterFlags
    Boolean requireExecuteAlways

    Optionally require that [ExecuteAlways] is present on the system. This is used when creating edit mode worlds.

    Returns
    Type Description
    IReadOnlyList<Type>

    The list of filtered systems

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use