Show / Hide Table of Contents

Class BodyPrototype

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

Constructors

| Improve this Doc View Source

BodyPrototype(String, String, String, Dictionary<String, BodyPrototypeSlot>)

Declaration
public BodyPrototype(string id, string name, string root, Dictionary<string, BodyPrototypeSlot> slots)
Parameters
Type Name Description
System.String id
System.String name
System.String root
Dictionary<System.String, BodyPrototypeSlot> slots

Properties

| Improve this Doc View Source

ID

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

Name

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

Root

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

Slots

Declaration
public Dictionary<string, BodyPrototypeSlot> Slots { get; }
Property Value
Type Description
Dictionary<System.String, BodyPrototypeSlot>

Implements

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