Show / Hide Table of Contents

Class AssetLink<TLink>

Wrapper for flexible reference of WeakResourceLink types.

Inheritance
System.Object
AssetLink<TLink>
Namespace: BlueprintCore.Utils.Assets
Assembly: BlueprintCore.dll
Syntax
public class AssetLink<TLink>
    where TLink : WeakResourceLink, new()
Type Parameters
Name Description
TLink

Methods

| Improve this Doc View Source

Get()

Declaration
public TLink Get()
Returns
Type Description
TLink

Operators

| Improve this Doc View Source

Implicit(TLink to AssetLink<TLink>)

Declaration
public static implicit operator AssetLink<TLink>(TLink link)
Parameters
Type Name Description
TLink link
Returns
Type Description
AssetLink<TLink>
| Improve this Doc View Source

Implicit(String to AssetLink<TLink>)

Declaration
public static implicit operator AssetLink<TLink>(string assetId)
Parameters
Type Name Description
System.String assetId
Returns
Type Description
AssetLink<TLink>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX