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 SourceDefaultCleanable
True if this decal is cleanable by default.
Declaration
public bool DefaultCleanable
Field Value
Type | Description |
---|---|
System.Boolean |
DefaultCustomColor
True if this decal has custom colors applied by default
Declaration
public bool DefaultCustomColor
Field Value
Type | Description |
---|---|
System.Boolean |
DefaultSnap
True if this decal snaps to a tile by default
Declaration
public bool DefaultSnap
Field Value
Type | Description |
---|---|
System.Boolean |
ShowMenu
Declaration
public bool ShowMenu
Field Value
Type | Description |
---|---|
System.Boolean |
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 |
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 |
Sprite
Declaration
public SpriteSpecifier Sprite { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Utility.SpriteSpecifier |
Implements
Robust.Shared.Prototypes.IPrototype