Show / Hide Table of Contents

Class HumanoidMarkingModifierState

Inheritance
System.Object
HumanoidMarkingModifierState
Namespace: Content.Shared.Humanoid
Assembly: Content.Shared.dll
Syntax
public sealed class HumanoidMarkingModifierState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

HumanoidMarkingModifierState(MarkingSet, String, Sex, Color, Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo>)

Declaration
public HumanoidMarkingModifierState(MarkingSet markingSet, string species, Sex sex, Color skinColor, Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> customBaseLayers)
Parameters
Type Name Description
MarkingSet markingSet
System.String species
Sex sex
Color skinColor
Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> customBaseLayers

Properties

| Improve this Doc View Source

CustomBaseLayers

Declaration
public Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> CustomBaseLayers { get; }
Property Value
Type Description
Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo>
| Improve this Doc View Source

EyeColor

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

FacialHairColor

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

HairColor

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

MarkingSet

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

Sex

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

SkinColor

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

Species

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