From 117938ecaece43c584ee74723a36d8dc2f2a4ae1 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 26 May 2021 19:27:38 +0800 Subject: +Tween Animation --- .../Scripts/Animation/Tween/TweenProfilerApi.cs | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Assets/UI_Extension/Scripts/Animation/Tween/TweenProfilerApi.cs (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenProfilerApi.cs') diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenProfilerApi.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenProfilerApi.cs new file mode 100644 index 0000000..0628291 --- /dev/null +++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenProfilerApi.cs @@ -0,0 +1,24 @@ +using UnityEngine.Scripting; + +namespace UnityEngine +{ + public sealed class TweenProfilerApi + { + public static void AddMarker(string name, Object obj) + { + + } + public static void BeginSample(SampleType type) + { + + } + public static void EndSample(SampleType type) + { + + } + public enum SampleType + { + + } + } +} \ No newline at end of file -- cgit v1.1-26-g67d0