• 大小: 57.74MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-11-07
  • 语言: 其他
  • 标签: Unity  C#  

资源简介

U3D消消乐源码+全套UI+音效 U3D消消乐源码+全套UI+音效

资源截图

代码片段和文件信息

// Author: Daniele Giardini - http://www.demigiant.com
// Created: 2015/03/12 15:55

using System;
using System.Collections.Generic;
using DG.Tweening.Core;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;

#if DOTWEEN_TMP
using TMPro;
#endif

#pragma warning disable 1591
namespace DG.Tweening
{
    /// 
    /// Attach this to a Gameobject to create a tween
    /// 

    [AddComponentMenu(“DOTween/DOTween Animation“)]
    public class DOTweenAnimation : ABSAnimationComponent
    {
        public float delay;
        public float duration = 1;
        public Ease easeType = Ease.OutQuad;
        public AnimationCurve easeCurve = new AnimationCurve(new Keyframe(0 0) new Keyframe(1 1));
        public LoopType loopType = LoopType.Restart;
        public int loops = 1;
        public string id = ““;
        public bool isRelative;
        public bool isFrom;
        public bool isIndependentUpdate = false;
        public bool autoKill = true;

        public bool isActive = true;
        public bool isValid;
        public Component target;
        public DOTweenAnimationType animationType;
        public bool autoPlay = true;

        public float endValueFloat;
        public Vector3 endValueV3;
        public Color endValueColor = new Color(1 1 1 1);
        public string endValueString = ““;
        public Rect endValueRect = new Rect(0 0 0 0);

        public bool optionalBool0;
        public float optionalFloat0;
        public int optionalInt0;
        public RotateMode optionalRotationMode = RotateMode.Fast;
        public ScrambleMode optionalScrambleMode = ScrambleMode.None;
        public string optionalString;

        int _playCount = -1; // Used when calling DOPlayNext

        #region Unity Methods

        void Awake()
        {
            if (!isActive || !isValid) return;

            CreateTween();
        }

        void OnDestroy()
        {
            if (tween != null && tween.IsActive()) tween.Kill();
            tween = null;
        }

        // Used also by DOTweenAnimationInspector when applying runtime changes and restarting
        public void CreateTween()
        {
            if (target == null) {
                Debug.LogWarning(string.Format(“{0} :: This tween‘s target is NULL because the animation was created with a DOTween Pro version older than 0.9.255. To fix this exit Play mode then simply select this object and it will update automatically“ this.gameobject.name) this.gameobject);
                return;
            }

            Type t = target.GetType();

//            Component c;
            switch (animationType) {
            case DOTweenAnimationType.None:
                break;
            case DOTweenAnimationType.Move:
                if (t.IsSameOrSubclassOf(typeof(RectTransform))) tween = ((RectTransform)target).DOAnchorPos3D(endValueV3 duration optionalBool

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-05 09:53  U3D消消乐源码+资源+音效\
     目录           0  2018-09-05 09:48  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\
     文件       69312  2015-07-23 17:48  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\2573.mp3
     目录           0  2018-09-05 09:48  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\
     文件       28465  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.add.energy.b596a456157a9d523f16edf3063f79af.mp3
     文件       21859  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.balloon.break.3773f721717c2867082ee42a4d79213d.mp3
     文件       29741  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.balloon.runaway.e65a1f5d4e8e43b520e77f3136bd5baf.mp3
     文件       19189  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.bonus.time.cd5708169e45f51bbe712a157d3ecb37.mp3
     文件        3518  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.click.bubble.9f969538bd67bf0f380f64240a31dc69.mp3
     文件        3466  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.click.common.button.73071f063199241520c7a3a6d2cf9d38.mp3
     文件       34618  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.clipStar.90ea4db7cfa8d1e921297b6cd265947e.mp3
     文件       75258  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.coin.tick.39d1600f50a45c115422249cbb3a2260.mp3
     文件       22525  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.contnuousMatch.11.15044f382ece849dbdeeaaf5565c63a2.mp3
     文件       10849  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.contnuousMatch.3.0e6122ef860310b7a7c7a65d3667890a.mp3
     文件       10849  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.contnuousMatch.5.ec8d43a8788c44071774e7a8e022f1a3.mp3
     文件       16687  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.contnuousMatch.7.1c7489748d19177154aef5eea98678d2.mp3
     文件       17521  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.contnuousMatch.9.b91c11aff87a867bed953164962c124c.mp3
     文件       22942  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.create.color.7b636795fffdbcae2e16b1e7818ad7ef.mp3
     文件       21691  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.create.strip.568e70916abc060c5db4bb7e436b2fd8.mp3
     文件       17104  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.create.wrap.a2a0bd899bc18c9480b0da095d929f86.mp3
     文件       25861  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.DeadlineStep.2db42b6adeece7f0337c7f1caec51960.mp3
     文件        7096  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Drop.058ad42ff1d190f864cc80fb1aabb589.mp3
     文件       37954  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.eliminate.color.06f06a34ac2dbfe2658eb5f09136ca3e.mp3
     文件       31282  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.eliminate.strip.fa168cee0a5802b45b446c7470cd03b1.mp3
     文件       18772  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.eliminate.wrap.2da3aaed00b62d67eac30eba2ec2e143.mp3
     文件       12934  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Eliminate1.7b4dbe290df30ed3a74e1d6bf00bde04.mp3
     文件       12934  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Eliminate2.d9499568aacf217862fe5caf8817f78b.mp3
     文件       12934  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Eliminate3.c1b345a975721dff00179e307a166d1f.mp3
     文件       13351  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Eliminate4.32b615885855f999f9c3e96798ffe298.mp3
     文件       12934  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Eliminate5.76d42c5dbc11d8c41d12cbebd86f67a8.mp3
     文件       12934  2014-12-20 18:07  U3D消消乐源码+资源+音效\《开心消消乐》音效素材\music\sound.Eliminate6.789c615de64453667d5941d7488cf0d6.mp3
............此处省略2120个文件信息

评论

共有 条评论