Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: luisdiv on May 10, 2013, 06:58:45 PM

Title: How to check on runtime if sprite is in Atlas?
Post by: luisdiv on May 10, 2013, 06:58:45 PM
Hi,

Is there any way to check on runtime if sprite is in a specific Atlas?
Title: Re: How to check on runtime if sprite is in Atlas?
Post by: ArenMook on May 11, 2013, 01:08:21 AM
atlas.GetSprite(...) != null
Title: Re: How to check on runtime if sprite is in Atlas?
Post by: luisdiv on May 16, 2013, 05:51:49 PM
thanks!