Class ItemComponentState
Inheritance
System.Object
ItemComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class ItemComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
ItemComponentState(Int32, Nullable<String>)
Declaration
public ItemComponentState(int size, string? heldPrefix)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
System.Nullable<System.String> |
heldPrefix |
|
Properties
|
Improve this Doc
View Source
HeldPrefix
Declaration
public string? HeldPrefix { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|