Show / Hide Table of Contents

Class MarkingPrototype

Inheritance
System.Object
MarkingPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Humanoid.Markings
Assembly: Content.Shared.dll
Syntax
public sealed class MarkingPrototype : object, IPrototype

Properties

| Improve this Doc View Source

BodyPart

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

Coloring

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

FollowSkinColor

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

ForcedColoring

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

ID

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

MarkingCategory

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

Name

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

SexRestriction

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

SpeciesRestrictions

Declaration
public List<string>? SpeciesRestrictions { get; }
Property Value
Type Description
System.Nullable<List<System.String>>
| Improve this Doc View Source

Sprites

Declaration
public List<SpriteSpecifier> Sprites { get; }
Property Value
Type Description
List<Robust.Shared.Utility.SpriteSpecifier>

Methods

| Improve this Doc View Source

AsMarking()

Declaration
public Marking AsMarking()
Returns
Type Description
Marking

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾