C# Class UIScrollPageMark, QFramework

Inheritance: MonoBehaviour
Afficher le fichier Open project: liangxiegame/QFramework

Méthodes publiques

Свойство Type Description
scrollPage UIScrollPage,
toggleGroup UnityEngine.UI.ToggleGroup
toggleList List
togglePrefab Toggle,

Méthodes publiques

Méthode Description
Awake ( ) : void
OnScrollPageChanged ( int pageCount, int currentPageIndex ) : void

Private Methods

Méthode Description
CreateToggle ( int i ) : Toggle,

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnScrollPageChanged() public méthode

public OnScrollPageChanged ( int pageCount, int currentPageIndex ) : void
pageCount int
currentPageIndex int
Résultat void

Property Details

scrollPage public_oe property

public UIScrollPage, scrollPage
Résultat UIScrollPage,

toggleGroup public_oe property

public ToggleGroup,UnityEngine.UI toggleGroup
Résultat UnityEngine.UI.ToggleGroup

toggleList public_oe property

public List toggleList
Résultat List

togglePrefab public_oe property

public Toggle, togglePrefab
Résultat Toggle,