Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Emirk on July 17, 2014, 10:31:51 AM

Title: I added some stuff to UI2DSpriteAnimation. Here it is if anyone finds it useful.
Post by: Emirk on July 17, 2014, 10:31:51 AM
Added:

inspector variables:
-runAnimation - let's you determine if the animation should play on start or not.
-loopAnimation - let's you specify weather or not the animation should loop.

methods:
-play()
-stop()
-pause()

The modified script is attached.