Show / Hide Table of Contents

Class BorgBoundUserInterface

Inheritance
System.Object
BorgBoundUserInterface
Namespace: Content.Client.Silicons.Borgs
Assembly: Content.Client.dll
Syntax
public sealed class BorgBoundUserInterface : BoundUserInterface

Constructors

| Improve this Doc View Source

BorgBoundUserInterface(EntityUid, Enum)

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

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
| Improve this Doc View Source

Open()

Declaration
protected override void Open()
| Improve this Doc View Source

UpdateState(BoundUserInterfaceState)

Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
Type Name Description
BoundUserInterfaceState state
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Constructors
    • BorgBoundUserInterface(EntityUid, Enum)
  • Methods
    • Dispose(Boolean)
    • Open()
    • UpdateState(BoundUserInterfaceState)
Back to top
Generated by DocFX
☀
☾