Show / Hide Table of Contents

Class HumanoidMarkingModifierWindow

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
HumanoidMarkingModifierWindow
Namespace: Content.Client.Humanoid
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
Type Description
System.Nullable<Action<HumanoidVisualLayers, System.Nullable<CustomBaseLayerInfo>>>
| 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
Type Name Description
MarkingSet markings
System.String species
Sex sex
Color skinColor
Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> info

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾