From 63795c45af9ecca5aea36fbe291b18fcd9fb9b7d Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 18 Feb 2022 14:38:20 +0800 Subject: *rename folder name --- JamHelper/Assets/JamUtils/Smoothing/README.txt | 1 + JamHelper/Assets/JamUtils/Smoothing/README.txt.meta | 7 +++++++ JamHelper/Assets/JamUtils/Smoothing/Scripts.meta | 8 ++++++++ JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs | 12 ++++++++++++ .../Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs.meta | 11 +++++++++++ 5 files changed, 39 insertions(+) create mode 100644 JamHelper/Assets/JamUtils/Smoothing/README.txt create mode 100644 JamHelper/Assets/JamUtils/Smoothing/README.txt.meta create mode 100644 JamHelper/Assets/JamUtils/Smoothing/Scripts.meta create mode 100644 JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs create mode 100644 JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs.meta (limited to 'JamHelper/Assets/JamUtils/Smoothing') diff --git a/JamHelper/Assets/JamUtils/Smoothing/README.txt b/JamHelper/Assets/JamUtils/Smoothing/README.txt new file mode 100644 index 0000000..76a1c59 --- /dev/null +++ b/JamHelper/Assets/JamUtils/Smoothing/README.txt @@ -0,0 +1 @@ +平滑是提升表现力的常用手段,避免突变(snap)导致的糟糕体验 \ No newline at end of file diff --git a/JamHelper/Assets/JamUtils/Smoothing/README.txt.meta b/JamHelper/Assets/JamUtils/Smoothing/README.txt.meta new file mode 100644 index 0000000..ef1aa65 --- /dev/null +++ b/JamHelper/Assets/JamUtils/Smoothing/README.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 222f97e27b4d9064490d2ffa8da4aa61 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JamHelper/Assets/JamUtils/Smoothing/Scripts.meta b/JamHelper/Assets/JamUtils/Smoothing/Scripts.meta new file mode 100644 index 0000000..136cbc7 --- /dev/null +++ b/JamHelper/Assets/JamUtils/Smoothing/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 523910ec9c7c05b4aabb3eb309cb7230 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs b/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs new file mode 100644 index 0000000..606ff60 --- /dev/null +++ b/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs @@ -0,0 +1,12 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace JamTools +{ + + public class SmoothUtil + { + + } +} diff --git a/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs.meta b/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs.meta new file mode 100644 index 0000000..518b5ff --- /dev/null +++ b/JamHelper/Assets/JamUtils/Smoothing/Scripts/SmoothUtil.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 02c9d074c9b97f54fa5eb70594f622b6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: -- cgit v1.1-26-g67d0