forked from Demigiant/dotween
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed decreasing uint tweens not working correctly
- Loading branch information
Showing
50 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
Binary file modified
BIN
+512 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween43.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween46.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/DOTween50.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityCompatibilityTests.Unity35/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween43.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween46.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity4/Assets/Demigiant/DOTween/DOTween50.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity4/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UnityTests.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Author: Daniele Giardini - http://www.demigiant.com | ||
// Created: 2016/05/30 13:00 | ||
// License Copyright (c) Daniele Giardini | ||
// This work is subject to the terms at http://dotween.demigiant.com/license.php | ||
|
||
#pragma warning disable 1591 | ||
namespace DG.Tweening.Plugins.Options | ||
{ | ||
public struct UintOptions | ||
{ | ||
public bool isNegativeChangeValue; // Necessary because uints can't obviously be negative | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.