【m】框架大更新
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#if UNITY_2019_4_OR_NEWER
|
||||
|
||||
namespace YooAsset.Editor
|
||||
{
|
||||
public interface ITableCell
|
||||
{
|
||||
/// <summary>
|
||||
/// 单元格数值
|
||||
/// </summary>
|
||||
object CellValue { set; get; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取界面显示对象
|
||||
/// </summary>
|
||||
object GetDisplayObject();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user