C# 클래스 FullInspector.Internal.PageAdaptor

상속: IReorderableListAdaptor
파일 보기 프로젝트 열기: jacobdufault/fullinspector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackingAdaptor IReorderableListAdaptor

공개 메소드들

메소드 설명
Add ( ) : void
CanDrag ( int index ) : bool
CanRemove ( int index ) : bool
Clear ( ) : void
DrawItem ( Rect position, int index ) : void
Duplicate ( int index ) : void
GetItemHeight ( int index ) : float
Insert ( int index ) : void
Move ( int sourceIndex, int destIndex ) : void
PageAdaptor ( IReorderableListAdaptor backingAdaptor, int startIndex, int endIndex ) : System
Remove ( int index ) : void

비공개 메소드들

메소드 설명
MapIndex ( int index ) : int

메소드 상세

Add() 공개 메소드

public Add ( ) : void
리턴 void

CanDrag() 공개 메소드

public CanDrag ( int index ) : bool
index int
리턴 bool

CanRemove() 공개 메소드

public CanRemove ( int index ) : bool
index int
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DrawItem() 공개 메소드

public DrawItem ( Rect position, int index ) : void
position UnityEngine.Rect
index int
리턴 void

Duplicate() 공개 메소드

public Duplicate ( int index ) : void
index int
리턴 void

GetItemHeight() 공개 메소드

public GetItemHeight ( int index ) : float
index int
리턴 float

Insert() 공개 메소드

public Insert ( int index ) : void
index int
리턴 void

Move() 공개 메소드

public Move ( int sourceIndex, int destIndex ) : void
sourceIndex int
destIndex int
리턴 void

PageAdaptor() 공개 메소드

public PageAdaptor ( IReorderableListAdaptor backingAdaptor, int startIndex, int endIndex ) : System
backingAdaptor IReorderableListAdaptor
startIndex int
endIndex int
리턴 System

Remove() 공개 메소드

public Remove ( int index ) : void
index int
리턴 void

프로퍼티 상세

BackingAdaptor 공개적으로 프로퍼티

public IReorderableListAdaptor BackingAdaptor
리턴 IReorderableListAdaptor