Show / Hide Table of Contents

Class HandsComponentState

Inheritance
System.Object
HandsComponentState
Namespace: Content.Shared.Hands.Components
Assembly: Content.Shared.dll
Syntax
public sealed class HandsComponentState : ComponentState

Constructors

| Improve this Doc View Source

HandsComponentState(HandsComponent)

Declaration
public HandsComponentState(HandsComponent handComp)
Parameters
Type Name Description
HandsComponent handComp

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>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾