Struct CustomBaseLayerInfo
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
Declaration
public Color? Color { get; }
Property Value
Type |
Description |
System.Nullable<Color> |
|
|
Improve this Doc
View Source
Id
Declaration
public ProtoId<HumanoidSpeciesSpriteLayer>? Id { get; }
Property Value