Class Asset<T>
Wrapper for flexible reference of asset types.
Inheritance
System.Object
Asset<T>
Assembly: BlueprintCore.dll
Syntax
public class Asset<T>
where T : Object
Type Parameters
Methods
|
Improve this Doc
View Source
Get()
Declaration
Returns
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> |
|