🍬
Gummi
  • Welcome to Gummi
  • Installation
  • Repo
  • API Documentation
    • Core
      • Attributes
        • DisableIf(string Target)
        • DisableIf(string Target, object Benchmark)
        • EnableIf(string Target)
        • EnableIf(string Target, object Benchmark)
        • HideIf(string Target)
        • HideIf(string Target, object Benchmark)
        • ShowIfstring Target)
        • ShowIf(string Target, object Benchmark)
        • SOExposed
        • VisibleBaseAttribute
        • ReadOnly
      • Extensions
        • GenericExtensions
        • IntExtensions
        • ListExtensions
    • MVC
      • RootController
      • SubController
      • SubController<enum, uiView>
      • UIView
    • Singletons
      • Singleton
      • Persistent Singleton
      • Lazy Singleton
      • Persistent Lazy Singleton
    • Utility
      • MDDocumentation
      • Optional
Powered by GitBook
On this page
  • Summary
  • Fields
  • Methods
  1. API Documentation
  2. MVC

SubController<enum, uiView>

PreviousSubControllerNextUIView

Last updated 3 years ago

namespace: Inherits:

Summary

A base class for built ontop SubController<enum>, ui will be shown/hidden as this SubController is engaged/disengaged.

See for more info.

Fields

public RootController<TAppState> root: The RootController this instance is attached to. Useful for updating the applications state.

public uiView UI => ui

protected uiView ui: An instance of uiView that is shown/hidden.

Methods

public override void Engage(): enables this.gameObject and performs ui.ShowRoot().

public override void Disengage(): disables this.gameObject and performs ui.HideRoot().

Gummi.Pattern.MVC
SubController<enum>
SubController<enum>