Interface ICustomBootstrap | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface ICustomBootstrap

    Namespace: Unity.Entities
    Syntax
    public interface ICustomBootstrap

    Methods

    Initialize(List<Type>)

    Declaration
    List<Type> Initialize(List<Type> systems)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Type> systems
    Returns
    Type Description
    System.Collections.Generic.List<System.Type>
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX