Show / Hide Table of Contents

Class ComputerBoundUserInterfaceBase

This class is to avoid a lot of <> being written when we just want to refer to SendMessage. We could instead qualify a lot of generics even further, but that is a waste of time.

Inheritance
System.Object
ComputerBoundUserInterfaceBase
ComputerBoundUserInterface<TWindow, TState>
Namespace: Content.Client.Computer
Assembly: Content.Client.dll
Syntax
public class ComputerBoundUserInterfaceBase : BoundUserInterface

Constructors

| Improve this Doc View Source

ComputerBoundUserInterfaceBase(EntityUid, Enum)

Declaration
public ComputerBoundUserInterfaceBase(EntityUid owner, Enum uiKey)
Parameters
Type Name Description
EntityUid owner
Enum uiKey

Methods

| Improve this Doc View Source

SendMessage(BoundUserInterfaceMessage)

Declaration
public void SendMessage(BoundUserInterfaceMessage msg)
Parameters
Type Name Description
BoundUserInterfaceMessage msg
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾