Class HumanoidMarkingModifierState
Inheritance
System.Object
HumanoidMarkingModifierState
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
Properties
|
Improve this Doc
View Source
CustomBaseLayers
Declaration
public Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> CustomBaseLayers { get; }
Property Value
|
Improve this Doc
View Source
EyeColor
Declaration
public Color EyeColor { get; }
Property Value
|
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
|
Improve this Doc
View Source
Sex
Declaration
Property Value
|
Improve this Doc
View Source
SkinColor
Declaration
public Color SkinColor { get; }
Property Value
|
Improve this Doc
View Source
Species
Declaration
public string Species { get; }
Property Value
Type |
Description |
System.String |
|