xingwei.zhu
6 年前
当前提交
23f17048
共有 7 个文件被更改,包括 144 次插入 和 19 次删除
-
6Runtime/gestures/binding.cs
-
19Runtime/painting/text_span.cs
-
47Runtime/rendering/paragraph.cs
-
35Samples/UIWidgetSample/MaterialSample.cs
-
27Samples/UIWidgetSample/txt/TextSpanGesture.cs
-
18Runtime/gestures/hover.cs
-
11Runtime/gestures/hover.cs.meta
|
|||
using System; |
|||
using Unity.UIWidgets.foundation; |
|||
using UnityEngine; |
|||
|
|||
namespace Unity.UIWidgets.gestures { |
|||
|
|||
public class HoverRecognizer : DiagnosticableTree { |
|||
public HoverRecognizer(object debugOwner = null) { |
|||
this.debugOwner = debugOwner; |
|||
} |
|||
|
|||
readonly object debugOwner; |
|||
|
|||
public Action OnPointerEnter = () => {}; |
|||
|
|||
public Action OnPointerLeave = () => {}; |
|||
} |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: 0482dd5944bd647da9d8a1a32a86801b |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
撰写
预览
正在加载...
取消
保存
Reference in new issue