Show / Hide Table of Contents

Class DamageVisualizerSprite

Inheritance
System.Object
DamageVisualizerSprite
Namespace: Content.Client.Damage
Assembly: Content.Client.dll
Syntax
public sealed class DamageVisualizerSprite : object

Fields

| Improve this Doc View Source

Color

The color of this sprite overlay. Supports only hexadecimal format.

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

Sprite

The RSI path for the damage visualizer group overlay.

Declaration
public string Sprite
Field Value
Type Description
System.String
Remarks

States in here will require one of four forms:

If tracking damage groups:

  • {base_state}{group}{threshold} if targeting a static layer on a sprite (either as an overlay or as a state change)
  • DamageOverlay_{group}_{threshold} if not targeting a layer on a sprite.

If not tracking damage groups:

  • {base_state}_{threshold} if it is targeting a layer
  • DamageOverlay_{threshold} if not targeting a layer.
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾