From 6b48c7e28ef116e3d6d78a519d96cc56d7ac00a5 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 12 六月 2025 18:48:25 +0800
Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 新增界面ScaleOverInOut曲线(给策划/美术调
---
BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset | 47 +++++++++++++++++++++++++++++++++++++++++++++++
UI/ServerListWin.prefab | 1 +
BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset.meta | 8 ++++++++
3 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset b/BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset
new file mode 100644
index 0000000..c087452
--- /dev/null
+++ b/BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset
@@ -0,0 +1,47 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &11400000
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 5e8751910f36c154898b3bca27c09d8b, type: 3}
+ m_Name: UI_ScaleOverInOut
+ m_EditorClassIdentifier:
+ curve:
+ serializedVersion: 2
+ m_Curve:
+ - serializedVersion: 3
+ time: 0
+ value: 0
+ inSlope: 1.3593498
+ outSlope: 1.3593498
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 0.7356458
+ value: 1
+ inSlope: 0.46972936
+ outSlope: 0.46972936
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0.33333334
+ - serializedVersion: 3
+ time: 1
+ value: 0.889
+ inSlope: -0.41989115
+ outSlope: -0.41989115
+ tangentMode: 34
+ weightedMode: 0
+ inWeight: 0.33333334
+ outWeight: 0
+ m_PreInfinity: 2
+ m_PostInfinity: 2
+ m_RotationOrder: 4
diff --git a/BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset.meta b/BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset.meta
new file mode 100644
index 0000000..1aae065
--- /dev/null
+++ b/BuiltIn/ScriptableObjects/UI_ScaleOverInOut.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: e260faf948cdc1e41a4e7dbf98a1b4e5
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/UI/ServerListWin.prefab b/UI/ServerListWin.prefab
index 0340089..62187ef 100644
--- a/UI/ServerListWin.prefab
+++ b/UI/ServerListWin.prefab
@@ -3418,6 +3418,7 @@
closeAnimationType: 0
_rectTransform: {fileID: 5441740318815741902}
animeDuration: 0.2
+ scaleOverInOutCurve: {fileID: 11400000, guid: e260faf948cdc1e41a4e7dbf98a1b4e5, type: 2}
animationEase: 6
lastUsedRound: 0
parentUI: {fileID: 0}
--
Gitblit v1.8.0