Table of Contents

Class AssetInfo<T>

Namespace
TAssetBundle.Extensions
Assembly
TAssetBundle.Extensions.dll

A class that manages asset information for a specific type of asset. Provides a Get method for the asset type.

public class AssetInfo<T> : AssetInfo where T : Object

Type Parameters

T

The type of the asset

Inheritance
AssetInfo<T>
Inherited Members

Methods

Get()

Returns the asset cast to the specified type.

public T Get()

Returns

T

The asset if it matches the type, otherwise null.