浏览代码

update focus_mangaer

/siyaoH-1.17-PlatformMessage
Shiyun Wen 4 年前
当前提交
513db91f
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 5
      com.unity.uiwidgets/Runtime/widgets/focus_manager.cs

5
com.unity.uiwidgets/Runtime/widgets/focus_manager.cs


public FocusAttachment _attachment;
<<<<<<< HEAD
=======
IEnumerable<FocusNode> descendants {
>>>>>>> parent of a10f14fb... Merge branch 'dev_1.17.5' into shiyun/skia
get {
if (_descendants == null) {
List<FocusNode> result = new List<FocusNode>();

正在加载...
取消
保存