浏览代码

table widget table border equatable

/main
xingwei.zhu 6 年前
当前提交
f280e014
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Runtime/rendering/table_border.cs

3
Runtime/rendering/table_border.cs


using System;
using System.Collections.Generic;
using System.Linq;
using Unity.UIWidgets.foundation;

namespace Unity.UIWidgets.rendering {
public class TableBorder {
public class TableBorder : IEquatable<TableBorder> {
public TableBorder(
BorderSide top = null,
BorderSide right = null,

正在加载...
取消
保存