Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Alessaint on January 16, 2014, 03:52:05 AM

Title: UICamera.isDragging behavior
Post by: Alessaint on January 16, 2014, 03:52:05 AM
I noticed that UICamera.isDragging is false when UIDragDropItem is being dragged. Shouldn't it be true?
Title: Re: UICamera.isDragging behavior
Post by: ArenMook on January 17, 2014, 12:03:09 AM
isDragging is set to 'true' before OnDrag events. It's actually not needed anymore. It was needed before OnDrag* series of events were added.
Title: Re: UICamera.isDragging behavior
Post by: Alessaint on January 17, 2014, 04:40:58 AM
Ok, thanks