Enum LightLayers
Generic sprite layer keys.
Namespace: Content.Shared.Toggleable
Assembly: Content.Shared.dll
Syntax
public enum LightLayers : byte
Fields
Name | Description |
---|---|
Light | |
Unshaded | Used as a key for generic unshaded layers. Not necessarily related to an entity with an actual light source. Use this instead of creating a unique single-purpose "unshaded" enum for every visualizer. |