Class HandheldLightComponent.HandheldLightComponentState
Inheritance
System.Object
HandheldLightComponent.HandheldLightComponentState
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> |
|