Class IntercomMenu
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
IntercomMenu
Namespace: Content.Client.Radio.Ui
Assembly: Content.Client.dll
Syntax
public sealed class IntercomMenu : FancyWindow
Constructors
| Improve this Doc View SourceIntercomMenu()
Declaration
public IntercomMenu()
Methods
| Improve this Doc View SourceUpdate(IntercomBoundUIState)
Declaration
public void Update(IntercomBoundUIState state)
Parameters
Type | Name | Description |
---|---|---|
IntercomBoundUIState | state |
Events
| Improve this Doc View SourceOnChannelSelected
Declaration
public event Action<string>? OnChannelSelected
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.String>> |
OnMicPressed
Declaration
public event Action<bool>? OnMicPressed
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.Boolean>> |
OnSpeakerPressed
Declaration
public event Action<bool>? OnSpeakerPressed
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.Boolean>> |