Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: lishuen on August 11, 2014, 10:44:56 PM

Title: how can the NGUI sprite over the particleFX
Post by: lishuen on August 11, 2014, 10:44:56 PM
I have a particleFX over one sprite  but don't want to over  all the NGUI sprite.
Title: Re: how can the NGUI sprite over the particleFX
Post by: beermoney on August 12, 2014, 02:09:45 AM
you can conrtol the renderQueue on the ui panel, so you might set the panel of the background sprite to 2500. The particle effect will probably be defaulted to 3000, but you could change the renderQueue of the particle effect, see  second post here: http://www.tasharen.com/forum/index.php?topic=776.0,  then the sprites you want to draw on top should be on a panbel with a higher render queue, ie. 3500.
Title: Re: how can the NGUI sprite over the particleFX
Post by: lishuen on August 13, 2014, 05:33:36 AM
 :) It helped me out. THS a lot~!