Class HumanoidProfilePrototype
Inheritance
System.Object
HumanoidProfilePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Humanoid.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class HumanoidProfilePrototype : object, IPrototype
Fields
| Improve this Doc View SourceCustomBaseLayers
Declaration
public Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> CustomBaseLayers
Field Value
Type | Description |
---|---|
Dictionary<HumanoidVisualLayers, CustomBaseLayerInfo> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Profile
Declaration
public HumanoidCharacterProfile Profile { get; }
Property Value
Type | Description |
---|---|
HumanoidCharacterProfile |
Implements
Robust.Shared.Prototypes.IPrototype