Show / Hide Table of Contents

Class HumanoidMarkingModifierBaseLayersSetMessage

Inheritance
System.Object
HumanoidMarkingModifierBaseLayersSetMessage
Namespace: Content.Shared.Humanoid
Assembly: Content.Shared.dll
Syntax
public sealed class HumanoidMarkingModifierBaseLayersSetMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

HumanoidMarkingModifierBaseLayersSetMessage(HumanoidVisualLayers, Nullable<CustomBaseLayerInfo>, Boolean)

Declaration
public HumanoidMarkingModifierBaseLayersSetMessage(HumanoidVisualLayers layer, CustomBaseLayerInfo? info, bool resendState)
Parameters
Type Name Description
HumanoidVisualLayers layer
System.Nullable<CustomBaseLayerInfo> info
System.Boolean resendState

Properties

| Improve this Doc View Source

Info

Declaration
public CustomBaseLayerInfo? Info { get; }
Property Value
Type Description
System.Nullable<CustomBaseLayerInfo>
| Improve this Doc View Source

Layer

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

ResendState

Declaration
public bool ResendState { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾