Method | Description | |
---|---|---|
Activate ( int newActiveIndex ) : void | ||
AddPage ( int addedPageID, bool MakeAddedPageActive ) : void | ||
Awake ( ) : void | ||
LastPage ( ) : bool | ||
NextPage ( ) : bool |
public Activate ( int newActiveIndex ) : void | ||
newActiveIndex | int | |
return | void |
public AddPage ( int addedPageID, bool MakeAddedPageActive ) : void | ||
addedPageID | int | |
MakeAddedPageActive | bool | |
return | void |