Interface IAssetInfo
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Interface that provides information about individual assets.
public interface IAssetInfo : IReferenceCount
- Inherited Members
- Extension Methods
Properties
ActiveAssetBundle
Returns the active AssetBundle information to which this asset belongs.
IActiveAssetBundleInfo ActiveAssetBundle { get; }
Property Value
Asset
Returns the asset as a Unity object.
Object Asset { get; }
Property Value
- Object
AssetPath
Returns the asset path.
string AssetPath { get; }
Property Value
StartTime
Returns the start time when the asset was used.
float StartTime { get; }