C# Class UnityEngine.UI.Clipping

Utility class to help when clipping using IClipper.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
FindCullAndClipWorldRect ( List rectMaskParents, bool &validRect ) : Rect

Private Methods

Méthode Description
RectIntersect ( Rect a, Rect b ) : Rect

Method Details

FindCullAndClipWorldRect() public static méthode

public static FindCullAndClipWorldRect ( List rectMaskParents, bool &validRect ) : Rect
rectMaskParents List
validRect bool
Résultat UnityEngine.Rect