Show / Hide Table of Contents

Class DungeonRoomPrototype

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

Fields

| Improve this Doc View Source

AtlasPath

Path to the file to use for the room.

Declaration
public ResPath AtlasPath
Field Value
Type Description
Robust.Shared.Utility.ResPath
| Improve this Doc View Source

Offset

Tile offset into the atlas to use for the room.

Declaration
public Vector2i Offset
Field Value
Type Description
Vector2i
| Improve this Doc View Source

Size

Declaration
public Vector2i Size
Field Value
Type Description
Vector2i
| Improve this Doc View Source

Tags

Declaration
public List<string> Tags
Field Value
Type Description
List<System.String>

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
☀
☾