Class LookupAnythingHoveredNpcConverter
Definition
Namespace: StardewUI.Framework.Converters
Assembly: StardewUI.dll
Convert NPC to LookupAnythingHoveredSubject
public class LookupAnythingHoveredNpcConverter :
StardewUI.Framework.Converters.IValueConverter<StardewValley.NPC, StardewUI.ModIntegration.LookupAnythingHoveredSubject>,
StardewUI.Framework.Converters.IValueConverter
Inheritance
Object ⇦ LookupAnythingHoveredNpcConverter
Implements
IValueConverter
Members
Constructors
| Name | Description |
|---|---|
| LookupAnythingHoveredNpcConverter() |
Methods
| Name | Description |
|---|---|
| Convert(NPC) | Converts a value from the source type to the destination type. |
Details
Constructors
LookupAnythingHoveredNpcConverter()
Methods
Convert(NPC)
Converts a value from the source type to the destination type.
Parameters
value NPC
The value to convert.