C# Class UnityEngine.UI.ClipperRegistry

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Cull ( ) : void

Perform the clipping on all registered IClipper.

Register ( IClipper c ) : void

Register an IClipper.

Unregister ( IClipper c ) : void

Unregister an IClipper.

Protected Methods

Method Description
ClipperRegistry ( ) : System

Method Details

ClipperRegistry() protected method

protected ClipperRegistry ( ) : System
return System

Cull() public method

Perform the clipping on all registered IClipper.

public Cull ( ) : void
return void

Register() public static method

Register an IClipper.

public static Register ( IClipper c ) : void
c IClipper
return void

Unregister() public static method

Unregister an IClipper.

public static Unregister ( IClipper c ) : void
c IClipper
return void