ScreenBase

class UniversalAuthenticatorLibrary::Src::UiToolkit::Ui::ScreenBase
  : public MonoBehaviour

Summary

Members
Descriptions

public void Show()

Show this Screen (set it to visible)

public void Hide()

Hide this Screen (set it to invisible)

private void Awake()

Members

public void Show()

Show this Screen (set it to visible)

public void Hide()

Hide this Screen (set it to invisible)

Parameters

  • element

private void Awake()

Last updated