浏览代码

Update custom_layout.cs

/siyaoH-1.17-PlatformMessage
guanghuispark 4 年前
当前提交
07de4b8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/rendering/custom_layout.cs

2
com.unity.uiwidgets/Runtime/rendering/custom_layout.cs


}
public abstract class MultiChildLayoutDelegate {
MultiChildLayoutDelegate(Listenable relayout = null) {
protected MultiChildLayoutDelegate(Listenable relayout = null) {
_relayout = relayout;
}
public readonly Listenable _relayout;

正在加载...
取消
保存