Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: jeanfabre on August 18, 2015, 02:04:59 PM

Title: uGui RectTransform Utilities
Post by: jeanfabre on August 18, 2015, 02:04:59 PM
Hi Everyone,

 Ok, when working on complex uGui rigs, you'll need to work with the RectTransform Utilities (http://docs.unity3d.com/ScriptReference/RectTransformUtility.html), some actions where available already, but I have now covered all methods.

All actions below are available individually or in the "uGui full" package on the Ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181)

RectTransformContainsScreenPoint (https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Assets/PlayMaker%20Custom%20Actions/RectTransform/RectTransformContainsScreenPoint.cs)
RectTransformFlipLayoutAxes (https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Assets/PlayMaker%20Custom%20Actions/RectTransform/RectTransformFlipLayoutAxes.cs)
RectTransformPixelAdjustPoint (https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Assets/PlayMaker%20Custom%20Actions/RectTransform/RectTransformPixelAdjustPoint.cs)
RectTransformPixelAdjustRect (https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Assets/PlayMaker%20Custom%20Actions/RectTransform/RectTransformPixelAdjustRect.cs)
RectTransformScreenPointToLocalPointInRectangle (https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Assets/PlayMaker%20Custom%20Actions/RectTransform/RectTransformScreenPointToLocalPointInRectangle.cs)
RectTransformScreenPointToWorldPointInRectangle (https://github.com/jeanfabre/PlayMaker--Unity--UI/blob/master/Assets/PlayMaker%20Custom%20Actions/RectTransform/RectTransformScreenPointToWorldPointInRectangle.cs)

bye,

 Jean
Title: Re: uGui RectTransform Utilities
Post by: boragungor on August 20, 2015, 09:10:02 AM
Thank You  :)