Class IntegerValueCell
整数类型的表格单元格
Assembly: YooAsset.Editor.dll
View Source
Declaration
public class IntegerValueCell : ITableCell, IComparable
Properties
CellValue
单元格数值
View Source
Declaration
public object CellValue { get; set; }
SearchTag
搜索标签
View Source
Declaration
public string SearchTag { get; }
IntegerValue
整数形式的单元格值
View Source
Declaration
public long IntegerValue { 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
| Type | Name |
|---|---|
System.Object | other |
Implements
- YooAsset.Editor.ITableCell
System.IComparable