summaryrefslogtreecommitdiff
path: root/Assets/UI_Extension/Scripts/Animation/Tween/Editor/TweenModuleUI.cs
blob: 9819014e0068c43485f7a8b90df2fd48a2990282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
    }

}