Class NewTooltipImage
Marks a method, property, or field as a tooltip image. Image with highest priority will be displayed as image for object's tooltip. Conent of a tooltip part will be used as image ID
Inherited Members
Namespace: Eco.Gameplay.Systems.NewTooltip
Assembly: Eco.Gameplay.dll
Syntax
public class NewTooltipImage : NewTooltipAttribute
Remarks
See tootlip.md for the full picture.
Constructors
NewTooltipImage(CacheAs, Int32, TTCat, TTFlags, Type)
Declaration
public NewTooltipImage(CacheAs cacheMode, int priority = 0, TTCat categories, TTFlags flags, Type overrideType = null)
Parameters
Type | Name | Description |
---|---|---|
CacheAs | cacheMode | |
System.Int32 | priority | |
TTCat | categories | |
TTFlags | flags | |
System.Type | overrideType |