C# Class UnityEngine.UI.RectMask2D

Inheritance: UnityEngine.EventSystems.UIBehaviour, ICanvasRaycastFilter, IClipper
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AddClippable ( IClippable clippable ) : void

Add a [IClippable]] to be tracked by the mask.

IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool

See:ICanvasRaycastFilter.

PerformClipping ( ) : void

See: IClipper.PerformClipping.

RemoveClippable ( IClippable clippable ) : void

Remove an IClippable from being tracked by the mask.

Méthodes protégées

Méthode Description
OnCanvasHierarchyChanged ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnTransformParentChanged ( ) : void
OnValidate ( ) : void
RectMask2D ( ) : System

Method Details

AddClippable() public méthode

Add a [IClippable]] to be tracked by the mask.

public AddClippable ( IClippable clippable ) : void
clippable IClippable
Résultat void

IsRaycastLocationValid() public méthode

See:ICanvasRaycastFilter.

public IsRaycastLocationValid ( Vector2 sp, Camera eventCamera ) : bool
sp Vector2
eventCamera UnityEngine.Camera
Résultat bool

OnCanvasHierarchyChanged() protected méthode

protected OnCanvasHierarchyChanged ( ) : void
Résultat void

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnTransformParentChanged() protected méthode

protected OnTransformParentChanged ( ) : void
Résultat void

OnValidate() protected méthode

protected OnValidate ( ) : void
Résultat void

PerformClipping() public méthode

See: IClipper.PerformClipping.

public PerformClipping ( ) : void
Résultat void

RectMask2D() protected méthode

protected RectMask2D ( ) : System
Résultat System

RemoveClippable() public méthode

Remove an IClippable from being tracked by the mask.

public RemoveClippable ( IClippable clippable ) : void
clippable IClippable
Résultat void