Show / Hide Table of Contents

Class SprayPainterDoAfterEvent

Inheritance
System.Object
DoAfterEvent
SprayPainterDoAfterEvent
Namespace: Content.Shared.SprayPainter
Assembly: Content.Shared.dll
Syntax
public sealed class SprayPainterDoAfterEvent : DoAfterEvent

Constructors

| Improve this Doc View Source

SprayPainterDoAfterEvent(Nullable<String>, Nullable<Color>)

Declaration
public SprayPainterDoAfterEvent(string? sprite, Color? color)
Parameters
Type Name Description
System.Nullable<System.String> sprite
System.Nullable<Color> color

Fields

| Improve this Doc View Source

Color

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

Sprite

Declaration
public string? Sprite
Field Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

Clone()

Declaration
public override DoAfterEvent Clone()
Returns
Type Description
DoAfterEvent
Overrides
DoAfterEvent.Clone()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾