Show / Hide Table of Contents

Class SharedInjectorComponent.InjectorComponentState

Component data used for net updates. Used by client for item status ui

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

Constructors

| Improve this Doc View Source

InjectorComponentState(FixedPoint2, FixedPoint2, SharedInjectorComponent.InjectorToggleMode)

Declaration
public InjectorComponentState(FixedPoint2 currentVolume, FixedPoint2 totalVolume, SharedInjectorComponent.InjectorToggleMode currentMode)
Parameters
Type Name Description
FixedPoint2 currentVolume
FixedPoint2 totalVolume
SharedInjectorComponent.InjectorToggleMode currentMode

Properties

| Improve this Doc View Source

CurrentMode

Declaration
public SharedInjectorComponent.InjectorToggleMode CurrentMode { get; }
Property Value
Type Description
SharedInjectorComponent.InjectorToggleMode
| Improve this Doc View Source

CurrentVolume

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

TotalVolume

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