summaryrefslogtreecommitdiff
path: root/Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-26 22:39:25 +0800
committerchai <chaifix@163.com>2021-05-26 22:39:25 +0800
commit9ff19bb9f048e74670b6292889edc54ae47c61fe (patch)
tree021661bed25dc3afe724e0487b4f99e488fafd71 /Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs
parent117938ecaece43c584ee74723a36d8dc2f2a4ae1 (diff)
*misc
Diffstat (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs')
-rw-r--r--Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs b/Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs
new file mode 100644
index 0000000..9819014
--- /dev/null
+++ b/Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs
@@ -0,0 +1,13 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public static class TweenModuleUI
+{
+ public static float GUIFloat(GUIContent guiContent, float floatValue, string formatString, params GUILayoutOption[] layoutOptions)
+ {
+
+ return floatValue;
+ }
+
+}