Class SharedInjectorComponent.InjectorComponentState
Component data used for net updates. Used by client for item status ui
Inheritance
System.Object
SharedInjectorComponent.InjectorComponentState
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
Properties
|
Improve this Doc
View Source
CurrentMode
Declaration
public SharedInjectorComponent.InjectorToggleMode CurrentMode { get; }
Property Value
|
Improve this Doc
View Source
CurrentVolume
Declaration
public FixedPoint2 CurrentVolume { get; }
Property Value
|
Improve this Doc
View Source
TotalVolume
Declaration
public FixedPoint2 TotalVolume { get; }
Property Value