Show / Hide Table of Contents

Class TechnologyCardControl

Inheritance
System.Object
Robust.Client.UserInterface.Control
TechnologyCardControl
Namespace: Content.Client.Research.UI
Assembly: Content.Client.dll
Syntax
public sealed class TechnologyCardControl : Control

Constructors

| Improve this Doc View Source

TechnologyCardControl(TechnologyPrototype, IPrototypeManager, SpriteSystem, FormattedMessage, Int32, Boolean)

Declaration
public TechnologyCardControl(TechnologyPrototype technology, IPrototypeManager prototypeManager, SpriteSystem spriteSys, FormattedMessage description, int points, bool hasAccess)
Parameters
Type Name Description
TechnologyPrototype technology
Robust.Shared.Prototypes.IPrototypeManager prototypeManager
Robust.Client.GameObjects.SpriteSystem spriteSys
Robust.Shared.Utility.FormattedMessage description
System.Int32 points
System.Boolean hasAccess

Fields

| Improve this Doc View Source

OnPressed

Declaration
public Action? OnPressed
Field Value
Type Description
System.Nullable<Action>

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