C# Class UnityEngine.UI.ClipperRegistry

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

Méthodes publiques

Méthode Description
Cull ( ) : void

Perform the clipping on all registered IClipper.

Register ( IClipper c ) : void

Register an IClipper.

Unregister ( IClipper c ) : void

Unregister an IClipper.

Méthodes protégées

Méthode Description
ClipperRegistry ( ) : System

Method Details

ClipperRegistry() protected méthode

protected ClipperRegistry ( ) : System
Résultat System

Cull() public méthode

Perform the clipping on all registered IClipper.

public Cull ( ) : void
Résultat void

Register() public static méthode

Register an IClipper.

public static Register ( IClipper c ) : void
c IClipper
Résultat void

Unregister() public static méthode

Unregister an IClipper.

public static Unregister ( IClipper c ) : void
c IClipper
Résultat void