Show / Hide Table of Contents

Class TooltipWrapper<T>

Inheritance
System.Object
TooltipWrapper<T>
SpeciesTooltip
TypeTooltip
Vector2Tooltip
Vector3Tooltip
Implements
System.IFormattable
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Systems.NewTooltip
Assembly: Eco.Gameplay.dll
Syntax
public abstract class TooltipWrapper<T> : Object, IFormattable, IController, IViewController, IHasUniversalID
Type Parameters
Name Description
T

Constructors

TooltipWrapper(T)

Declaration
public TooltipWrapper(T wrapped)
Parameters
Type Name Description
T wrapped

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Wrapped

Declaration
public T Wrapped { get; }
Property Value
Type Description
T

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

ToString(String, IFormatProvider)

Declaration
public string ToString(string format, IFormatProvider formatProvider = null)
Parameters
Type Name Description
System.String format
System.IFormatProvider formatProvider
Returns
Type Description
System.String

Implements

System.IFormattable
IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾