Show / Hide Table of Contents

Class ExamineButton

Buttons that show up in the examine tooltip to specify more detailed ways to examine an item.

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
ExamineButton
Namespace: Content.Client.Examine
Assembly: Content.Client.dll
Syntax
public sealed class ExamineButton : ContainerButton

Constructors

| Improve this Doc View Source

ExamineButton(ExamineVerb)

Declaration
public ExamineButton(ExamineVerb verb)
Parameters
Type Name Description
ExamineVerb verb

Fields

| Improve this Doc View Source

ElementHeight

Declaration
public const int ElementHeight = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ElementWidth

Declaration
public const int ElementWidth = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Icon

Declaration
public TextureRect Icon
Field Value
Type Description
Robust.Client.UserInterface.Controls.TextureRect
| Improve this Doc View Source

StyleClassExamineButton

Declaration
public const string StyleClassExamineButton = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Verb

Declaration
public ExamineVerb Verb
Field Value
Type Description
ExamineVerb

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
☀
☾