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

Class AssetObjectCell

资源对象类型的表格单元格

Assembly: YooAsset.Editor.dll
View Source
Declaration
public class AssetObjectCell : ITableCell, IComparable

Properties

CellValue

单元格数值

View Source
Declaration
public object CellValue { get; set; }

SearchTag

搜索标签

View Source
Declaration
public string SearchTag { get; }

StringValue

字符串形式的资源路径

View Source
Declaration
public string StringValue { get; }

Methods

GetDisplayObject()

获取用于界面渲染的显示对象

View Source
Declaration
public object GetDisplayObject()
Returns

System.Object: 可用于 UI 绑定的对象实例### CompareTo(object)

View Source
Declaration
public int CompareTo(object other)
Returns

System.Int32

Parameters
TypeName
System.Objectother

Implements