docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddIsland

    AddIsland(FunctionalityIsland)

    Set up a Functionality Island and add it to the list of islands This must be done before the FunctionalityInjectionModule is loaded The recommended pattern is to implement IModuleDependency<FunctionalityInjectionModule> and add the island in ConnectDependency. If a hard dependency is not possible, ensure your module has a load order which is earlier than FunctionalityInjectionModule and add the island in LoadModule

    Declaration
    public void AddIsland(FunctionalityIsland island)
    Parameters
    Type Name Description
    FunctionalityIsland island

    The functionality island to add to the list of islands

    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)