Show / Hide Table of Contents

Class IntercomMenu

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
IntercomMenu
Namespace: Content.Client.Radio.Ui
Assembly: Content.Client.dll
Syntax
public sealed class IntercomMenu : FancyWindow

Constructors

| Improve this Doc View Source

IntercomMenu()

Declaration
public IntercomMenu()

Methods

| Improve this Doc View Source

Update(IntercomBoundUIState)

Declaration
public void Update(IntercomBoundUIState state)
Parameters
Type Name Description
IntercomBoundUIState state

Events

| Improve this Doc View Source

OnChannelSelected

Declaration
public event Action<string>? OnChannelSelected
Event Type
Type Description
System.Nullable<Action<System.String>>
| Improve this Doc View Source

OnMicPressed

Declaration
public event Action<bool>? OnMicPressed
Event Type
Type Description
System.Nullable<Action<System.Boolean>>
| Improve this Doc View Source

OnSpeakerPressed

Declaration
public event Action<bool>? OnSpeakerPressed
Event Type
Type Description
System.Nullable<Action<System.Boolean>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾