Show / Hide Table of Contents

Class SharedPaperComponent.PaperBoundUserInterfaceState

Inheritance
System.Object
SharedPaperComponent.PaperBoundUserInterfaceState
Namespace: Content.Shared.Paper
Assembly: Content.Shared.dll
Syntax
public sealed class PaperBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

PaperBoundUserInterfaceState(String, List<StampDisplayInfo>, SharedPaperComponent.PaperAction)

Declaration
public PaperBoundUserInterfaceState(string text, List<StampDisplayInfo> stampedBy, SharedPaperComponent.PaperAction mode = SharedPaperComponent.PaperAction.Read)
Parameters
Type Name Description
System.String text
List<StampDisplayInfo> stampedBy
SharedPaperComponent.PaperAction mode

Fields

| Improve this Doc View Source

Mode

Declaration
public readonly SharedPaperComponent.PaperAction Mode
Field Value
Type Description
SharedPaperComponent.PaperAction
| Improve this Doc View Source

StampedBy

Declaration
public readonly List<StampDisplayInfo> StampedBy
Field Value
Type Description
List<StampDisplayInfo>
| Improve this Doc View Source

Text

Declaration
public readonly string Text
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾