Class RectTransformExtensions
Extensions for working with Unity UI RectTransforms
  
  
  Inherited Members
Namespace: Jotunn
Assembly: Jotunn.dll
Syntax
public static class RectTransformExtensionsMethods
| Name | Description | 
|---|---|
| Overlaps(RectTransform, RectTransform) | Test if a RectTransform overlaps another RectTransform in world space | 
| Overlaps(RectTransform, RectTransform, bool) | Test if a RectTransform overlaps another RectTransform in world space | 
| WorldRect(RectTransform) | Calculate the world rect of a RectTransform |