Show / Hide Table of Contents

Class DecalPrototype

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

Fields

| Improve this Doc View Source

DefaultCleanable

True if this decal is cleanable by default.

Declaration
public bool DefaultCleanable
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultCustomColor

True if this decal has custom colors applied by default

Declaration
public bool DefaultCustomColor
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultSnap

True if this decal snaps to a tile by default

Declaration
public bool DefaultSnap
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ShowMenu

Declaration
public bool ShowMenu
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SnapCardinals

If the decal is rotated compared to our eye should we snap it to south.

Declaration
public bool SnapCardinals
Field Value
Type Description
System.Boolean
| 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
| Improve this Doc View Source

Sprite

Declaration
public SpriteSpecifier Sprite { get; }
Property Value
Type Description
Robust.Shared.Utility.SpriteSpecifier

Implements

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