Class HandsComponentState
Inheritance
System.Object
HandsComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class HandsComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
HandsComponentState(HandsComponent)
Declaration
public HandsComponentState(HandsComponent handComp)
Parameters
Fields
|
Improve this Doc
View Source
ActiveHand
Declaration
public readonly string? ActiveHand
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
HandNames
Declaration
public readonly List<string> HandNames
Field Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Hands
Declaration
public readonly List<Hand> Hands
Field Value
Type |
Description |
List<Hand> |
|