Class AssetInfo
资源信息类
Assembly: YooAsset.dll
View Source
Declaration
public class AssetInfo
Properties
PackageName
所属包裹
View Source
Declaration
public string PackageName { get; }
AssetType
资源类型
View Source
Declaration
public Type AssetType { get; }
Error
错误信息
View Source
Declaration
public string Error { get; }
IsValid
资源信息是否有效
View Source
Declaration
public bool IsValid { get; }
Address
可寻址地址
View Source
Declaration
public string Address { get; }
AssetPath
资源路径
View Source
Declaration
public string AssetPath { get; }