C# Class NSUListView.USimpleDiffSizeListView

Inheritance: IUListView
Afficher le fichier Open project: tnqiang/Unity_ListView

Méthodes publiques

Свойство Type Description
alignment Alignment

Méthodes publiques

Méthode Description
GetContentSize ( ) : Vector2
GetItemAnchorPos ( int index ) : Vector2
GetItemGameObject ( int index ) : GameObject
GetItemSize ( int index ) : Vector2
GetMaxShowItemNum ( ) : int
GetStartIndex ( ) : int
HideNonuseableItems ( ) : void
Init ( ) : void

Method Details

GetContentSize() public méthode

public GetContentSize ( ) : Vector2
Résultat Vector2

GetItemAnchorPos() public méthode

public GetItemAnchorPos ( int index ) : Vector2
index int
Résultat Vector2

GetItemGameObject() public méthode

public GetItemGameObject ( int index ) : GameObject
index int
Résultat UnityEngine.GameObject

GetItemSize() public méthode

public GetItemSize ( int index ) : Vector2
index int
Résultat Vector2

GetMaxShowItemNum() public méthode

public GetMaxShowItemNum ( ) : int
Résultat int

GetStartIndex() public méthode

public GetStartIndex ( ) : int
Résultat int

HideNonuseableItems() public méthode

public HideNonuseableItems ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

alignment public_oe property

public Alignment alignment
Résultat Alignment