Show / Hide Table of Contents

Class MainViewport

Wrapper for ScalingViewport that listens to configuration variables. Also does NN-snapping within tolerances.

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
Robust.Client.UserInterface.Controls.UIWidget
MainViewport
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class MainViewport : UIWidget

Constructors

| Improve this Doc View Source

MainViewport()

Declaration
public MainViewport()

Properties

| Improve this Doc View Source

Viewport

Declaration
public ScalingViewport Viewport { get; }
Property Value
Type Description
ScalingViewport

Methods

| Improve this Doc View Source

EnteredTree()

Declaration
protected override void EnteredTree()
Overrides
Robust.Client.UserInterface.Control.EnteredTree()
| Improve this Doc View Source

ExitedTree()

Declaration
protected override void ExitedTree()
Overrides
Robust.Client.UserInterface.Control.ExitedTree()
| Improve this Doc View Source

Resized()

Declaration
protected override void Resized()
Overrides
Robust.Client.UserInterface.Control.Resized()
| Improve this Doc View Source

UpdateCfg()

Declaration
public void UpdateCfg()

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