C# 클래스 UnityEngine.UI.ClipperRegistry

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
Cull ( ) : void

Perform the clipping on all registered IClipper.

Register ( IClipper c ) : void

Register an IClipper.

Unregister ( IClipper c ) : void

Unregister an IClipper.

보호된 메소드들

메소드 설명
ClipperRegistry ( ) : System

메소드 상세

ClipperRegistry() 보호된 메소드

protected ClipperRegistry ( ) : System
리턴 System

Cull() 공개 메소드

Perform the clipping on all registered IClipper.

public Cull ( ) : void
리턴 void

Register() 공개 정적인 메소드

Register an IClipper.

public static Register ( IClipper c ) : void
c IClipper
리턴 void

Unregister() 공개 정적인 메소드

Unregister an IClipper.

public static Unregister ( IClipper c ) : void
c IClipper
리턴 void