Table of Contents

Class UIMetricsMenu

public class UIMetricsMenu : SampleMenu
Inheritance
UIMetricsMenu
Inherited Members

Fields

BeginBtn

public Button BeginBtn

Field Value

Button

ControllerTypeDropdown

public Dropdown ControllerTypeDropdown

Field Value

Dropdown

DisplayNameVal

public UIConsoleInputField DisplayNameVal

Field Value

UIConsoleInputField

EndBtn

public Button EndBtn

Field Value

Button

ErrorMessageTxt

public Text ErrorMessageTxt

Field Value

Text

ServerIpVal

public UIConsoleInputField ServerIpVal

Field Value

UIConsoleInputField

SessionIdVal

public UIConsoleInputField SessionIdVal

Field Value

UIConsoleInputField

Methods

BeginSessionOnClick()

public void BeginSessionOnClick()

EndSessionOnClick()

public void EndSessionOnClick()

Hide()

Hides the SampleMenu. If overriding, make sure to call this base implementation first.

public override void Hide()

OnDestroy()

When overriding, call this base implementation first.

protected override void OnDestroy()

Show()

Shows the SampleMenu. If overriding, make sure to call this base implementation first.

public override void Show()