Verse Library verse

Ui Manager

verse-source/SampleVerse/SantaToyFactory/UserInterface/ui_manager.verse

# This file defines the ui_manager that handles all UI created through Verse.
# It contains functions related to showing, updating and closing the various UIs.
# See the individual UI files for more details.

using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { Factory }

ui_manager<public> := class(creative_device):
    @editable
    ShowUIAudioPlayer:audio_player_device = audio_player_device{}

    @editable
    LoadFactoryUI:load_factory_ui = load_factory_ui{}

    @editable
    ResourceUI:resource_ui = resource_ui{}

    @editable
    FactoryUI:factory_ui = factory_ui{}

    @editable
    OfflineProductionUI:offline_production_ui = offline_production_ui{}

    @editable
    FactoryBeltUI:factory_belt_ui = factory_belt_ui{}

    @editable
    FactoryMouldUI:factory_mould_ui = factory_mould_ui{}

Sign in free to read the full source 🌴

This Verse Library file is members-only. Create a free account to view the complete source and download the .verse file.

Sign in with Discord

Comments

    Sign in to vote, comment, or suggest an edit. Sign in