跳到主要内容
版本:3.0.x

Class AssetPathCell

资源路径类型的表格单元格

Assembly: YooAsset.Editor.dll​
View Source​
Declaration
public class AssetPathCell : StringValueCell, ITableCell, IComparable

Methods​

PingAssetObject()​

在 Project 窗口中定位并高亮资源对象

View Source​
Declaration
public bool PingAssetObject()
Returns​

System.Boolean: 定位成功返回 true;资源不存在时返回 false。

Implements​