From 9ff19bb9f048e74670b6292889edc54ae47c61fe Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 26 May 2021 22:39:25 +0800 Subject: *misc --- .../Scripts/Animation/Tween/Editor/TweenModuleUI.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs') 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; + } + +} -- cgit v1.1-26-g67d0