Show / Hide Table of Contents

Class SprayPainterBoundUserInterfaceState

Inheritance
System.Object
SprayPainterBoundUserInterfaceState
Namespace: Content.Shared.SprayPainter
Assembly: Content.Shared.dll
Syntax
public sealed class SprayPainterBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

SprayPainterBoundUserInterfaceState(Int32, Nullable<String>, Dictionary<String, Color>)

Declaration
public SprayPainterBoundUserInterfaceState(int selectedStyle, string? selectedColorKey, Dictionary<string, Color> palette)
Parameters
Type Name Description
System.Int32 selectedStyle
System.Nullable<System.String> selectedColorKey
Dictionary<System.String, Color> palette

Properties

| Improve this Doc View Source

Palette

Declaration
public Dictionary<string, Color> Palette { get; }
Property Value
Type Description
Dictionary<System.String, Color>
| Improve this Doc View Source

SelectedColorKey

Declaration
public string? SelectedColorKey { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SelectedStyle

Declaration
public int SelectedStyle { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾