Show / Hide Table of Contents

Class CorridorDecalSkirtingPostGen

Applies decal skirting to corridors.

Inheritance
System.Object
CorridorDecalSkirtingPostGen
Implements
IPostDunGen
Namespace: Content.Shared.Procedural.PostGeneration
Assembly: Content.Shared.dll
Syntax
public sealed class CorridorDecalSkirtingPostGen : object, IPostDunGen

Fields

| Improve this Doc View Source

CardinalDecals

Decal where 1 edge is found.

Declaration
public Dictionary<DirectionFlag, string> CardinalDecals
Field Value
Type Description
Dictionary<DirectionFlag, System.String>
| Improve this Doc View Source

Color

Color to apply to decals.

Declaration
public Color? Color
Field Value
Type Description
System.Nullable<Color>
| Improve this Doc View Source

CornerDecals

Decal where 2 or 3 edges are found.

Declaration
public Dictionary<DirectionFlag, string> CornerDecals
Field Value
Type Description
Dictionary<DirectionFlag, System.String>
| Improve this Doc View Source

PocketDecals

Decal where 1 corner edge is found.

Declaration
public Dictionary<Direction, string> PocketDecals
Field Value
Type Description
Dictionary<Direction, System.String>

Implements

IPostDunGen
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾