1
This commit is contained in:
@@ -12,5 +12,5 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: 45818eb64c9b04441b20b29f0230edb7, type: 3}
|
m_Script: {fileID: 11500000, guid: 45818eb64c9b04441b20b29f0230edb7, type: 3}
|
||||||
m_Name: "\u5355\u624B\u5251"
|
m_Name: "\u5355\u624B\u5251"
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
sprite: {fileID: 0}
|
sprite: {fileID: 21300000, guid: 5fd50594014b70e48bd6993443d46b32, type: 3}
|
||||||
type: 0
|
type: 0
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: 45818eb64c9b04441b20b29f0230edb7, type: 3}
|
m_Script: {fileID: 11500000, guid: 45818eb64c9b04441b20b29f0230edb7, type: 3}
|
||||||
m_Name: "\u5F13"
|
m_Name: "\u5F13"
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
sprite: {fileID: 0}
|
sprite: {fileID: 21300000, guid: 5d7061fc7da05ce44add317708ec7215, type: 3}
|
||||||
type: 2
|
type: 2
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: 45818eb64c9b04441b20b29f0230edb7, type: 3}
|
m_Script: {fileID: 11500000, guid: 45818eb64c9b04441b20b29f0230edb7, type: 3}
|
||||||
m_Name: "\u76FE\u724C"
|
m_Name: "\u76FE\u724C"
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
sprite: {fileID: 0}
|
sprite: {fileID: 21300000, guid: b97c91e8b348f3f4ebdc11f5c82182cd, type: 3}
|
||||||
type: 1
|
type: 1
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: fe5fcaac3685ff2408432feaa1d0999a, type: 3}
|
m_Script: {fileID: 11500000, guid: fe5fcaac3685ff2408432feaa1d0999a, type: 3}
|
||||||
m_Name: "\u6212\u6307"
|
m_Name: "\u6212\u6307"
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
sprite: {fileID: 0}
|
sprite: {fileID: 21300000, guid: 970324311431c794ca338446ea889948, type: 3}
|
||||||
type: 0
|
type: 0
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 791ea0dc13231374f91db42c5f083cc2
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
-1
@@ -21,7 +21,6 @@ public class UIDragItem : ModuleUIPanel, UIControl {
|
|||||||
/// <summary> 目标容器 </summary>
|
/// <summary> 目标容器 </summary>
|
||||||
private DragContainer targetContainer;
|
private DragContainer targetContainer;
|
||||||
|
|
||||||
|
|
||||||
public Label Count => Q<Label>("Count");
|
public Label Count => Q<Label>("Count");
|
||||||
public VisualElement Image => Q<VisualElement>("Image");
|
public VisualElement Image => Q<VisualElement>("Image");
|
||||||
public VisualElement Preview => Q<VisualElement>("Preview");
|
public VisualElement Preview => Q<VisualElement>("Preview");
|
||||||
Reference in New Issue
Block a user