Class SoftAssetReference
A lightweight asset reference only use address as identifier
public class SoftAssetReference : SoftAssetReferenceBase
- Inheritance
-
SoftAssetReference
- Inherited Members
Constructors
SoftAssetReference()
public SoftAssetReference()
SoftAssetReference(string)
Create asset reference from address
public SoftAssetReference(string address)
Parameters
addressstring
Methods
LoadAsync()
public ResourceHandle LoadAsync()
Returns
Operators
implicit operator SoftAssetReference(string)
public static implicit operator SoftAssetReference(string address)
Parameters
addressstring