Class TooltipWrapper<T>
Inheritance
System.Object
TooltipWrapper<T>
Implements
System.IFormattable
Assembly: Eco.Gameplay.dll
public abstract class TooltipWrapper<T> : Object, IFormattable, IController, IViewController, IHasUniversalID
Type Parameters
Constructors
Declaration
public TooltipWrapper(T wrapped)
Parameters
Type |
Name |
Description |
T |
wrapped |
|
Properties
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public T Wrapped { get; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
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
Extension Methods