Class MarkingPrototype
Inheritance
System.Object
MarkingPrototype
Implements
Robust.Shared.Prototypes.IPrototype
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
|
Improve this Doc
View Source
Coloring
Declaration
public MarkingColors Coloring { get; }
Property Value
|
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
|
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
Implements
Robust.Shared.Prototypes.IPrototype