Méthode | Description | |
---|---|---|
FindRootSortOverrideCanvas ( |
Find a root Canvas.
|
|
GetRectMaskForClippable ( IClippable clippable ) : |
Find the correct RectMask2D for a given IClippable.
|
|
GetRectMasksForClip ( |
||
GetStencilDepth ( |
Find the stencil depth for a given element.
|
|
IsDescendantOrSelf ( |
Helper function to determine if the child is a descendant of father or is father.
|
|
Notify2DMaskStateChanged ( |
Notify all IClippables under the given component that they need to recalculate clipping.
|
|
NotifyStencilStateChanged ( |
Notify all IMaskable under the given component that they need to recalculate masking.
|
public static FindRootSortOverrideCanvas ( |
||
start | Search start. | |
Résultat |
public static GetRectMaskForClippable ( IClippable clippable ) : |
||
clippable | IClippable | |
Résultat |
public static GetRectMasksForClip ( |
||
clipper | ||
masks | List |
|
Résultat | void |
public static GetStencilDepth ( |
||
transform | ||
stopAfter | ||
Résultat | int |
public static IsDescendantOrSelf ( |
||
father | The transform to compare against. | |
child | The starting transform to search up the hierarchy. | |
Résultat | bool |
public static Notify2DMaskStateChanged ( |
||
mask | ||
Résultat | void |
public static NotifyStencilStateChanged ( |
||
mask | ||
Résultat | void |