C# Class FullInspector.Internal.PageAdaptor

Inheritance: IReorderableListAdaptor
Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Méthodes publiques

Свойство Type Description
BackingAdaptor IReorderableListAdaptor

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
MapIndex ( int index ) : int

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

CanDrag() public méthode

public CanDrag ( int index ) : bool
index int
Résultat bool

CanRemove() public méthode

public CanRemove ( int index ) : bool
index int
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

DrawItem() public méthode

public DrawItem ( Rect position, int index ) : void
position UnityEngine.Rect
index int
Résultat void

Duplicate() public méthode

public Duplicate ( int index ) : void
index int
Résultat void

GetItemHeight() public méthode

public GetItemHeight ( int index ) : float
index int
Résultat float

Insert() public méthode

public Insert ( int index ) : void
index int
Résultat void

Move() public méthode

public Move ( int sourceIndex, int destIndex ) : void
sourceIndex int
destIndex int
Résultat void

PageAdaptor() public méthode

public PageAdaptor ( IReorderableListAdaptor backingAdaptor, int startIndex, int endIndex ) : System
backingAdaptor IReorderableListAdaptor
startIndex int
endIndex int
Résultat System

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

Property Details

BackingAdaptor public_oe property

public IReorderableListAdaptor BackingAdaptor
Résultat IReorderableListAdaptor