C# 클래스 ItemsCollection, code

상속: MonoBehaviour
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
ItemsCollection ( owner )
ItemsCollection ( owner, ItemParentChangerDelegate itemParentChanger )

보호된 메소드들

메소드 설명
ClearItems ( ) : void
InsertItem ( int index, item ) : void
RemoveItem ( int index ) : void
SetItem ( int index, item ) : void

비공개 메소드들

메소드 설명
CheckParent ( item )
ItemsCollection ( )

메소드 상세

ClearItems() 보호된 메소드

protected ClearItems ( ) : void
리턴 void

InsertItem() 보호된 메소드

protected InsertItem ( int index, item ) : void
index int
리턴 void

ItemsCollection() 공개 메소드

public ItemsCollection ( owner )

ItemsCollection() 공개 메소드

public ItemsCollection ( owner, ItemParentChangerDelegate itemParentChanger )
itemParentChanger ItemParentChangerDelegate

RemoveItem() 보호된 메소드

protected RemoveItem ( int index ) : void
index int
리턴 void

SetItem() 보호된 메소드

protected SetItem ( int index, item ) : void
index int
리턴 void