1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 09:16:02 +08:00

Added pro-only showPreviewPanel option in DOTweenSettings and made DOTweenUtilityWindow public

This commit is contained in:
Demigiant 2019-03-05 20:17:32 +01:00
parent 090323e51e
commit d3cc8ea625
17 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -39,6 +39,7 @@ zzTestBuilds
UnityTests.Unity5BETA UnityTests.Unity5BETA
UnityTests.Unity5 - LastVersionBeforeModules UnityTests.Unity5 - LastVersionBeforeModules
ModulesTest.Unity2018 ModulesTest.Unity2018
packageManagerTests
biz biz
screenshots screenshots
zzTemp zzTemp

View File

@ -1,6 +1,6 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: d3e15b806a8368742ba6f10e794d7b76 guid: d3e15b806a8368742ba6f10e794d7b76
timeCreated: 1551466119 timeCreated: 1551810938
licenseType: Pro licenseType: Pro
TextureImporter: TextureImporter:
fileIDToRecycleName: {} fileIDToRecycleName: {}

View File

@ -32,6 +32,9 @@ namespace DG.Tweening.Core
public bool defaultAutoKill = true; public bool defaultAutoKill = true;
public LoopType defaultLoopType = LoopType.Restart; public LoopType defaultLoopType = LoopType.Restart;
// Pro-only - accessed via DOTweenAnimationInspector
public bool showPreviewPanel = true;
// Editor-only // Editor-only
public enum SettingsLocation public enum SettingsLocation
{ {

View File

@ -10,7 +10,7 @@ using UnityEngine;
namespace DG.DOTweenEditor.UI namespace DG.DOTweenEditor.UI
{ {
class DOTweenUtilityWindow : EditorWindow public class DOTweenUtilityWindow : EditorWindow
{ {
[MenuItem("Tools/Demigiant/" + _Title)] [MenuItem("Tools/Demigiant/" + _Title)]
static void ShowWindow() { Open(); } static void ShowWindow() { Open(); }

Binary file not shown.