C# 클래스 UnityEngine.RectOffset

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

공개 메소드들

메소드 설명
Add ( Rect rect ) : Rect

Add the border offsets to a rect.

RectOffset ( ) : System

Creates a new rectangle with offsets.

RectOffset ( int left, int right, int top, int bottom ) : System

Creates a new rectangle with offsets.

Remove ( Rect rect ) : Rect

Remove the border offsets from a rect.

ToString ( ) : string

비공개 메소드들

메소드 설명
Cleanup ( ) : void
INTERNAL_CALL_Add ( RectOffset self, Rect &rect, Rect &value ) : void
INTERNAL_CALL_Remove ( RectOffset self, Rect &rect, Rect &value ) : void
Init ( ) : void
RectOffset ( GUIStyle sourceStyle, IntPtr source ) : System

메소드 상세

Add() 공개 메소드

Add the border offsets to a rect.

public Add ( Rect rect ) : Rect
rect Rect
리턴 Rect

RectOffset() 공개 메소드

Creates a new rectangle with offsets.

public RectOffset ( ) : System
리턴 System

RectOffset() 공개 메소드

Creates a new rectangle with offsets.

public RectOffset ( int left, int right, int top, int bottom ) : System
left int
right int
top int
bottom int
리턴 System

Remove() 공개 메소드

Remove the border offsets from a rect.

public Remove ( Rect rect ) : Rect
rect Rect
리턴 Rect

ToString() 공개 메소드

public ToString ( ) : string
리턴 string