From f0f1d830651f3737030e258dc86b42a37baa1bca Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 2 Jul 2022 18:23:46 +0800 Subject: * change directory --- .../FastIK/Scripts/Sample/SampleSinMover.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 JamHelper/Assets/JamUtils/FastIK/Scripts/Sample/SampleSinMover.cs (limited to 'JamHelper/Assets/JamUtils/FastIK/Scripts/Sample/SampleSinMover.cs') diff --git a/JamHelper/Assets/JamUtils/FastIK/Scripts/Sample/SampleSinMover.cs b/JamHelper/Assets/JamUtils/FastIK/Scripts/Sample/SampleSinMover.cs deleted file mode 100644 index 0607082..0000000 --- a/JamHelper/Assets/JamUtils/FastIK/Scripts/Sample/SampleSinMover.cs +++ /dev/null @@ -1,21 +0,0 @@ -using UnityEngine; - -namespace DitzelGames.FastIK -{ - public class SampleSinMover : MonoBehaviour - { - public Vector3 Dir; - public Vector3 Start; - - private void Awake() - { - Start = transform.position; - } - - void Update() - { - //just move the object from a to b and back - transform.position = Start + Dir * Mathf.Sin(Time.timeSinceLevelLoad); - } - } -} -- cgit v1.1-26-g67d0