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

Class SingleValueCell

浮点数类型的表格单元格

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

Properties​

CellValue​

单元格数值

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

SearchTag​

搜索标签

View Source​
Declaration
public string SearchTag { get; }

SingleValue​

双精度浮点形式的单元格值

View Source​
Declaration
public double SingleValue { 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​