Show / Hide Table of Contents

Class Asset<T>

Wrapper for flexible reference of asset types.

Inheritance
System.Object
Asset<T>
Namespace: BlueprintCore.Utils.Assets
Assembly: BlueprintCore.dll
Syntax
public class Asset<T>
    where T : Object
Type Parameters
Name Description
T

Methods

| Improve this Doc View Source

Get()

Declaration
public T Get()
Returns
Type Description
T

Operators

| Improve this Doc View Source

Implicit(T to Asset<T>)

Declaration
public static implicit operator Asset<T>(T asset)
Parameters
Type Name Description
T asset
Returns
Type Description
Asset<T>
| Improve this Doc View Source

Implicit(String to Asset<T>)

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