Class SprayPainterDoAfterEvent
Inheritance
System.Object
SprayPainterDoAfterEvent
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
Field Value
Type |
Description |
System.Nullable<Color> |
|
|
Improve this Doc
View Source
Sprite
Declaration
Field Value
Type |
Description |
System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override DoAfterEvent Clone()
Returns
Overrides