Show / Hide Table of Contents

Class HyposprayComponentState

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

Constructors

| Improve this Doc View Source

HyposprayComponentState(FixedPoint2, FixedPoint2)

Declaration
public HyposprayComponentState(FixedPoint2 curVolume, FixedPoint2 maxVolume)
Parameters
Type Name Description
FixedPoint2 curVolume
FixedPoint2 maxVolume

Properties

| Improve this Doc View Source

CurVolume

Declaration
public FixedPoint2 CurVolume { get; }
Property Value
Type Description
FixedPoint2
| Improve this Doc View Source

MaxVolume

Declaration
public FixedPoint2 MaxVolume { get; }
Property Value
Type Description
FixedPoint2
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾