lisonghappy / Unity-UIAnimeTool

A simple unity3d ui animation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity-UIAnimeTool

A simple unity3d ui animation tool.

github page

Demo anime show

Unity Version

    2017.4.40

Screenshot

tool panel.

Screenshot

position prop:

position anime prop

scele prop:

scale prop

rotate prop:

rotate prop

panel alpaha prop:

panel alpha prop

mask prop:

panel mask prop

All Attributes

        /// <summary>
        /// play show  anime
        /// </summary>
        public void Show(){}
        
        /// <summary>
        /// play hide  anime
        /// </summary>
        public void Hide(){}




 
        public bool isUseAnime = false;//whether to use animation
 
        public RectTransform targetRectTrans{get;set}// target of recttrans
        

        public Action OnShowBefore;//events processed before show
        public Action OnShowAfter;//events processed after show
 
        public Action OnHideBefore;//events processed before hide
        public Action OnHideAfter;//events processed after hide

How to use

For details, please see the DEMO scene.

Dependencies

DoTween

About

A simple unity3d ui animation tool


Languages

Language:C# 99.7%Language:Shell 0.2%Language:Batchfile 0.1%