Show / Hide Table of Contents

Class ClothingSpeedModifierComponentState

Inheritance
System.Object
ClothingSpeedModifierComponentState
Namespace: Content.Shared.Clothing
Assembly: Content.Shared.dll
Syntax
public sealed class ClothingSpeedModifierComponentState : ComponentState

Constructors

| Improve this Doc View Source

ClothingSpeedModifierComponentState(Single, Single, Boolean)

Declaration
public ClothingSpeedModifierComponentState(float walkModifier, float sprintModifier, bool enabled)
Parameters
Type Name Description
System.Single walkModifier
System.Single sprintModifier
System.Boolean enabled

Fields

| Improve this Doc View Source

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SprintModifier

Declaration
public float SprintModifier
Field Value
Type Description
System.Single
| Improve this Doc View Source

WalkModifier

Declaration
public float WalkModifier
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾