Class HumanoidMarkingModifierWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
HumanoidMarkingModifierWindow
Assembly: Content.Client.dll
Syntax
public sealed class HumanoidMarkingModifierWindow : DefaultWindow
Constructors
|
Improve this Doc
View Source
HumanoidMarkingModifierWindow()
Declaration
public HumanoidMarkingModifierWindow()
Fields
|
Improve this Doc
View Source
OnLayerInfoModified
Declaration
public Action<HumanoidVisualLayers, CustomBaseLayerInfo?>? OnLayerInfoModified
Field Value
|
Improve this Doc
View Source
OnMarkingAdded
Declaration
public Action<MarkingSet>? OnMarkingAdded
Field Value
Type |
Description |
System.Nullable<Action<MarkingSet>> |
|
|
Improve this Doc
View Source
OnMarkingColorChange
Declaration
public Action<MarkingSet>? OnMarkingColorChange
Field Value
Type |
Description |
System.Nullable<Action<MarkingSet>> |
|
|
Improve this Doc
View Source
OnMarkingRankChange
Declaration
public Action<MarkingSet>? OnMarkingRankChange
Field Value
Type |
Description |
System.Nullable<Action<MarkingSet>> |
|
|
Improve this Doc
View Source
OnMarkingRemoved
Declaration
public Action<MarkingSet>? OnMarkingRemoved
Field Value
Type |
Description |
System.Nullable<Action<MarkingSet>> |
|
Methods
|
Improve this Doc
View Source
SetState(MarkingSet, String, Sex, Color, Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo>)
Declaration
public void SetState(MarkingSet markings, string species, Sex sex, Color skinColor, Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> info)
Parameters
Extension Methods