1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 01:06: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.Unity5 - LastVersionBeforeModules
ModulesTest.Unity2018
packageManagerTests
biz
screenshots
zzTemp

View File

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

View File

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

View File

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

Binary file not shown.