Show / Hide Table of Contents

Class StackComponentState

Inheritance
System.Object
StackComponentState
Namespace: Content.Shared.Stacks
Assembly: Content.Shared.dll
Syntax
public sealed class StackComponentState : ComponentState

Constructors

| Improve this Doc View Source

StackComponentState(Int32, Nullable<Int32>, Boolean)

Declaration
public StackComponentState(int count, int? maxCount, bool lingering)
Parameters
Type Name Description
System.Int32 count
System.Nullable<System.Int32> maxCount
System.Boolean lingering

Fields

| Improve this Doc View Source

Lingering

Declaration
public bool Lingering
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxCount

Declaration
public int? MaxCount { get; }
Property Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾