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