Class Vector2LinkIdTranslator
Inheritance
System.Object
Vector2LinkIdTranslator
Implements
Inherited Members
Namespace: Eco.Gameplay.Systems.TextLinks
Assembly: Eco.Gameplay.dll
Syntax
public class Vector2LinkIdTranslator : MappedLinkedIdTranslator<Vector2Tooltip>, IObjectLinkIdTranslator
Constructors
Vector2LinkIdTranslator()
Declaration
public Vector2LinkIdTranslator()
Methods
CreateTypedLinkTarget(String)
Declaration
protected override Vector2Tooltip CreateTypedLinkTarget(string linkId)
Parameters
Type | Name | Description |
---|---|---|
System.String | linkId |
Returns
Type | Description |
---|---|
Vector2Tooltip |
Overrides
Eco.Gameplay.Systems.TextLinks.MappedLinkedIdTranslator<Eco.Gameplay.Systems.TextLinks.Vector2Tooltip>.CreateTypedLinkTarget(System.String)
GetTypedLinkId(Vector2Tooltip)
Declaration
protected override string GetTypedLinkId(Vector2Tooltip linkTarget)
Parameters
Type | Name | Description |
---|---|---|
Vector2Tooltip | linkTarget |
Returns
Type | Description |
---|---|
System.String |
Overrides
Eco.Gameplay.Systems.TextLinks.ObjectLinkIdTranslator<Eco.Gameplay.Systems.TextLinks.Vector2Tooltip>.GetTypedLinkId(Eco.Gameplay.Systems.TextLinks.Vector2Tooltip)