C# Class ItemsCollection, code

Inheritance: MonoBehaviour
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
ItemsCollection ( owner )
ItemsCollection ( owner, ItemParentChangerDelegate itemParentChanger )

Méthodes protégées

Méthode Description
ClearItems ( ) : void
InsertItem ( int index, item ) : void
RemoveItem ( int index ) : void
SetItem ( int index, item ) : void

Private Methods

Méthode Description
CheckParent ( item )
ItemsCollection ( )

Method Details

ClearItems() protected méthode

protected ClearItems ( ) : void
Résultat void

InsertItem() protected méthode

protected InsertItem ( int index, item ) : void
index int
Résultat void

ItemsCollection() public méthode

public ItemsCollection ( owner )

ItemsCollection() public méthode

public ItemsCollection ( owner, ItemParentChangerDelegate itemParentChanger )
itemParentChanger ItemParentChangerDelegate

RemoveItem() protected méthode

protected RemoveItem ( int index ) : void
index int
Résultat void

SetItem() protected méthode

protected SetItem ( int index, item ) : void
index int
Résultat void