Table of Contents

Class SoftAssetReference

Namespace
Ceres.Resource
Assembly
Ceres.dll

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

address string

Methods

LoadAsync()

public ResourceHandle LoadAsync()

Returns

ResourceHandle

Operators

implicit operator SoftAssetReference(string)

public static implicit operator SoftAssetReference(string address)

Parameters

address string

Returns

SoftAssetReference