Skip to content

lisonghappy/Unity-UIAnimeTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages