Show / Hide Table of Contents

Class HandheldLightComponent.HandheldLightComponentState

Inheritance
System.Object
HandheldLightComponent.HandheldLightComponentState
Namespace: Content.Shared.Light.Components
Assembly: Content.Shared.dll
Syntax
public sealed class HandheldLightComponentState : ComponentState

Constructors

| Improve this Doc View Source

HandheldLightComponentState(Boolean, Nullable<Byte>)

Declaration
public HandheldLightComponentState(bool activated, byte? charge)
Parameters
Type Name Description
System.Boolean activated
System.Nullable<System.Byte> charge

Properties

| Improve this Doc View Source

Activated

Declaration
public bool Activated { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Charge

Declaration
public byte? Charge { get; }
Property Value
Type Description
System.Nullable<System.Byte>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾