Table of Contents

Class HomePanelViewModelMVVM

Namespace
CodeBase.Patterns.Example
Assembly
4Experience.CodeBase.Patterns.Samples.dll
public class HomePanelViewModelMVVM : ViewModelMVVM<HomePanelModelMVVM>
Inheritance
Object
Component
Behaviour
MonoBehaviour
HomePanelViewModelMVVM
Inherited Members
Extension Methods

Properties

UsernameVariable

private StringVariable UsernameVariable { get; set; }

Property Value

StringVariable

WelcomeText

private TextMeshProUGUI WelcomeText { get; set; }

Property Value

TextMeshProUGUI

Methods

DisplayWelcomeText()

private void DisplayWelcomeText()

OnEnable()

protected virtual void OnEnable()

ShowLoginPanel()

public void ShowLoginPanel()