Show / Hide Table of Contents

Struct CustomBaseLayerInfo

Namespace: Content.Shared.Humanoid
Assembly: Content.Shared.dll
Syntax
public struct CustomBaseLayerInfo

Constructors

| Improve this Doc View Source

CustomBaseLayerInfo(Nullable<String>, Nullable<Color>)

Declaration
public CustomBaseLayerInfo(string? id, Color? color = null)
Parameters
Type Name Description
System.Nullable<System.String> id
System.Nullable<Color> color

Properties

| Improve this Doc View Source

Color

Color of this custom base layer. Null implies skin colour if the corresponding HumanoidSpeciesSpriteLayer is set to match skin.

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

Id

ID of this custom base layer. Must be a HumanoidSpeciesSpriteLayer.

Declaration
public ProtoId<HumanoidSpeciesSpriteLayer>? Id { get; }
Property Value
Type Description
System.Nullable<Robust.Shared.Prototypes.ProtoId<HumanoidSpeciesSpriteLayer>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾