Show / Hide Table of Contents

Class DungeonRoomPackPrototype

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

Fields

| Improve this Doc View Source

Rooms

Declaration
public List<Box2i> Rooms
Field Value
Type Description
List<Box2i>
| Improve this Doc View Source

Size

Used to associate the room pack with other room packs with the same dimensions.

Declaration
public Vector2i Size
Field Value
Type Description
Vector2i

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

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