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 SourceAtlasPath
Path to the file to use for the room.
Declaration
public ResPath AtlasPath
Field Value
Type | Description |
---|---|
Robust.Shared.Utility.ResPath |
Offset
Tile offset into the atlas to use for the room.
Declaration
public Vector2i Offset
Field Value
Type | Description |
---|---|
Vector2i |
Size
Declaration
public Vector2i Size
Field Value
Type | Description |
---|---|
Vector2i |
Tags
Declaration
public List<string> Tags
Field Value
Type | Description |
---|---|
List<System.String> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype