Class EyeColorPicker
Inheritance
System.Object
Robust.Client.UserInterface.Control
EyeColorPicker
Namespace: Content.Client.Humanoid
Assembly: Content.Client.dll
Syntax
public sealed class EyeColorPicker : Control
Constructors
| Improve this Doc View SourceEyeColorPicker()
Declaration
public EyeColorPicker()
Methods
| Improve this Doc View SourceSetData(Color)
Declaration
public void SetData(Color color)
Parameters
Type | Name | Description |
---|---|---|
Color | color |
Events
| Improve this Doc View SourceOnEyeColorPicked
Declaration
public event Action<Color>? OnEyeColorPicked
Event Type
Type | Description |
---|---|
System.Nullable<Action<Color>> |