Show / Hide Table of Contents

Class MarkingPicker

Inheritance
System.Object
Robust.Client.UserInterface.Control
MarkingPicker
Namespace: Content.Client.Humanoid
Assembly: Content.Client.dll
Syntax
public sealed class MarkingPicker : Control

Constructors

| Improve this Doc View Source

MarkingPicker()

Declaration
public MarkingPicker()

Fields

| Improve this Doc View Source

CurrentEyeColor

Declaration
public Color CurrentEyeColor
Field Value
Type Description
Color
| Improve this Doc View Source

CurrentSkinColor

Declaration
public Color CurrentSkinColor
Field Value
Type Description
Color
| Improve this Doc View Source

FacialHairMarking

Declaration
public Marking FacialHairMarking
Field Value
Type Description
Marking
| Improve this Doc View Source

HairMarking

Declaration
public Marking HairMarking
Field Value
Type Description
Marking
| 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>>

Properties

| Improve this Doc View Source

Forced

Declaration
public bool Forced { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IgnoreCategories

Declaration
public string IgnoreCategories { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IgnoreSpecies

Declaration
public bool IgnoreSpecies { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Populate(String)

Declaration
public void Populate(string filter)
Parameters
Type Name Description
System.String filter
| Improve this Doc View Source

PopulateUsed()

Declaration
public void PopulateUsed()
| Improve this Doc View Source

SetData(MarkingSet, String, Sex, Color, Color)

Declaration
public void SetData(MarkingSet set, string species, Sex sex, Color skinColor, Color eyeColor)
Parameters
Type Name Description
MarkingSet set
System.String species
Sex sex
Color skinColor
Color eyeColor
| Improve this Doc View Source

SetData(List<Marking>, String, Sex, Color, Color)

Declaration
public void SetData(List<Marking> newMarkings, string species, Sex sex, Color skinColor, Color eyeColor)
Parameters
Type Name Description
List<Marking> newMarkings
System.String species
Sex sex
Color skinColor
Color eyeColor
| Improve this Doc View Source

SetEyeColor(Color)

Declaration
public void SetEyeColor(Color color)
Parameters
Type Name Description
Color color
| Improve this Doc View Source

SetSex(Sex)

Declaration
public void SetSex(Sex sex)
Parameters
Type Name Description
Sex sex
| Improve this Doc View Source

SetSkinColor(Color)

Declaration
public void SetSkinColor(Color color)
Parameters
Type Name Description
Color color
| Improve this Doc View Source

SetSpecies(String)

Declaration
public void SetSpecies(string species)
Parameters
Type Name Description
System.String species

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
☀
☾