C# 클래스 NSUListView.USimpleDiffSizeListView

상속: IUListView
파일 보기 프로젝트 열기: tnqiang/Unity_ListView

공개 프로퍼티들

프로퍼티 타입 설명
alignment Alignment

공개 메소드들

메소드 설명
GetContentSize ( ) : Vector2
GetItemAnchorPos ( int index ) : Vector2
GetItemGameObject ( int index ) : GameObject
GetItemSize ( int index ) : Vector2
GetMaxShowItemNum ( ) : int
GetStartIndex ( ) : int
HideNonuseableItems ( ) : void
Init ( ) : void

메소드 상세

GetContentSize() 공개 메소드

public GetContentSize ( ) : Vector2
리턴 Vector2

GetItemAnchorPos() 공개 메소드

public GetItemAnchorPos ( int index ) : Vector2
index int
리턴 Vector2

GetItemGameObject() 공개 메소드

public GetItemGameObject ( int index ) : GameObject
index int
리턴 UnityEngine.GameObject

GetItemSize() 공개 메소드

public GetItemSize ( int index ) : Vector2
index int
리턴 Vector2

GetMaxShowItemNum() 공개 메소드

public GetMaxShowItemNum ( ) : int
리턴 int

GetStartIndex() 공개 메소드

public GetStartIndex ( ) : int
리턴 int

HideNonuseableItems() 공개 메소드

public HideNonuseableItems ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

alignment 공개적으로 프로퍼티

public Alignment alignment
리턴 Alignment