We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e8e8b commit cd288d9Copy full SHA for cd288d9
Assets/JCSUnity/Scripts/Effects/3D/JCS_3DShakeEffect.cs
@@ -28,8 +28,6 @@ public class JCS_3DShakeEffect : JCS_UnityObject
28
// Callback executed after the shake effect.
29
public Action onAfterShake = null;
30
31
- private Vector3 mStartPosition = Vector3.zero;
32
-
33
#if UNITY_EDITOR
34
[Separator("Helper Variables (JCS_3DShakeEffect)")]
35
0 commit comments