C# Class UIScrollPageMark, QFramework

Inheritance: MonoBehaviour
Datei anzeigen Open project: liangxiegame/QFramework

Public Properties

Property Type Description
scrollPage UIScrollPage,
toggleGroup UnityEngine.UI.ToggleGroup
toggleList List
togglePrefab Toggle,

Public Methods

Method Description
Awake ( ) : void
OnScrollPageChanged ( int pageCount, int currentPageIndex ) : void

Private Methods

Method Description
CreateToggle ( int i ) : Toggle,

Method Details

Awake() public method

public Awake ( ) : void
return void

OnScrollPageChanged() public method

public OnScrollPageChanged ( int pageCount, int currentPageIndex ) : void
pageCount int
currentPageIndex int
return void

Property Details

scrollPage public_oe property

public UIScrollPage, scrollPage
return UIScrollPage,

toggleGroup public_oe property

public ToggleGroup,UnityEngine.UI toggleGroup
return UnityEngine.UI.ToggleGroup

toggleList public_oe property

public List toggleList
return List

togglePrefab public_oe property

public Toggle, togglePrefab
return Toggle,