PagedRect  1.26
UI.Pagination.Examples.PaginationExampleController Class Reference

Controller for the Example Scene More...

Inheritance diagram for UI.Pagination.Examples.PaginationExampleController:

Public Member Functions

void ResetExample ()
 Reloads the current scene More...
 
void SwitchExample (string newExample)
 Switch from one example to another More...
 
void HighlightExampleButton (Button selectedButton)
 
void SetHorizontalAnimationSpeedText (float animationSpeed)
 
void HighlightHorizontalAnimationTypeButton (Button selectedButton)
 
void SetHorizontalDelayText (float delay)
 
void SetHorizontalMaximumNumberOfButtonsToShowText (float maxNumber)
 
void SetVerticalAnimationSpeedText (float animationSpeed)
 
void HighlightVerticalAnimationTypeButton (Button selectedButton)
 
void SetVerticalDelayText (float delay)
 
void SetVerticalMaximumNumberOfButtonsToShowText (float maxNumber)
 
void DynamicPageExample_AddPage ()
 
void DynamicPageExample_RemoveLastPage ()
 
void DynamicPageExample_ToggleLastPage ()
 
void CharacterCreation_CheckIfStatsPageShouldBeEnabled ()
 
void CharacterCreation_HighlightClassButton (Button selectedButton)
 
void CharacterCreation_SetClass (string _class)
 
void CharacterCreation_StatsUpdate (Page NewPage, Page OldPage)
 
System.Collections.IEnumerator DelayedCall (float delay, Action call)
 Call a function after the specified delay. More...
 

Public Attributes

PagedRect HorizontalPaginationExample = null
 
InputField HorizontalAnimationSpeedTextField = null
 
InputField HorizontalDelayTextField = null
 
List< Button > HorizontalAnimationTypeButtons = null
 
InputField HorizontalMaximumNumberOfButtonsToShowField = null
 
PagedRect VerticalPaginationExample = null
 
InputField VerticalAnimationSpeedTextField = null
 
InputField VerticalDelayTextField = null
 
List< Button > VerticalAnimationTypeButtons = null
 
InputField VerticalMaximumNumberOfButtonsToShowField = null
 
PagedRect DynamicPagesExample = null
 
Button ToggleLastPageButton = null
 
PagedRect SliderExample = null
 
PagedRect CharacterCreationExample = null
 
InputField CharacterCreationNameField = null
 
List< Button > CharacterCreationClassButtons = null
 
Color CharacterCreationButtonNormalColor
 
Color CharacterCreationButtonHighlightedColor
 
List< PagedRectCharacterCreation_StatInputList = null
 
InputField CharacterCreation_UnallocatedStatPointsInput = null
 
Page CharacterCreation_StatsPage = null
 
Page CharacterCreation_CreatePage = null
 
PagedRect SliderScrollRectExample = null
 
PagedRect PagePreviewsHorizontalExample = null
 
PagedRect PagePreviewsVerticalExample = null
 
PagedRect NestedScrollRectExample = null
 
Color ExampleButtonNormalColor
 
Color ExampleButtonHighlightedColor
 
List< Button > ControlButtons = null
 

Protected Attributes

string characterCreation_SelectedClass = null
 

Detailed Description

Controller for the Example Scene

Member Function Documentation

void UI.Pagination.Examples.PaginationExampleController.CharacterCreation_CheckIfStatsPageShouldBeEnabled ( )
void UI.Pagination.Examples.PaginationExampleController.CharacterCreation_HighlightClassButton ( Button  selectedButton)
void UI.Pagination.Examples.PaginationExampleController.CharacterCreation_SetClass ( string  _class)
void UI.Pagination.Examples.PaginationExampleController.CharacterCreation_StatsUpdate ( Page  NewPage,
Page  OldPage 
)
System.Collections.IEnumerator UI.Pagination.Examples.PaginationExampleController.DelayedCall ( float  delay,
Action  call 
)

Call a function after the specified delay.

Parameters
delay
call
Returns
void UI.Pagination.Examples.PaginationExampleController.DynamicPageExample_AddPage ( )
void UI.Pagination.Examples.PaginationExampleController.DynamicPageExample_RemoveLastPage ( )
void UI.Pagination.Examples.PaginationExampleController.DynamicPageExample_ToggleLastPage ( )
void UI.Pagination.Examples.PaginationExampleController.HighlightExampleButton ( Button  selectedButton)
void UI.Pagination.Examples.PaginationExampleController.HighlightHorizontalAnimationTypeButton ( Button  selectedButton)
void UI.Pagination.Examples.PaginationExampleController.HighlightVerticalAnimationTypeButton ( Button  selectedButton)
void UI.Pagination.Examples.PaginationExampleController.ResetExample ( )

Reloads the current scene

void UI.Pagination.Examples.PaginationExampleController.SetHorizontalAnimationSpeedText ( float  animationSpeed)
void UI.Pagination.Examples.PaginationExampleController.SetHorizontalDelayText ( float  delay)
void UI.Pagination.Examples.PaginationExampleController.SetHorizontalMaximumNumberOfButtonsToShowText ( float  maxNumber)
void UI.Pagination.Examples.PaginationExampleController.SetVerticalAnimationSpeedText ( float  animationSpeed)
void UI.Pagination.Examples.PaginationExampleController.SetVerticalDelayText ( float  delay)
void UI.Pagination.Examples.PaginationExampleController.SetVerticalMaximumNumberOfButtonsToShowText ( float  maxNumber)
void UI.Pagination.Examples.PaginationExampleController.SwitchExample ( string  newExample)

Switch from one example to another

Parameters
newExample

Member Data Documentation

Page UI.Pagination.Examples.PaginationExampleController.CharacterCreation_CreatePage = null
string UI.Pagination.Examples.PaginationExampleController.characterCreation_SelectedClass = null
protected
List<PagedRect> UI.Pagination.Examples.PaginationExampleController.CharacterCreation_StatInputList = null
Page UI.Pagination.Examples.PaginationExampleController.CharacterCreation_StatsPage = null
InputField UI.Pagination.Examples.PaginationExampleController.CharacterCreation_UnallocatedStatPointsInput = null
Color UI.Pagination.Examples.PaginationExampleController.CharacterCreationButtonHighlightedColor
Color UI.Pagination.Examples.PaginationExampleController.CharacterCreationButtonNormalColor
List<Button> UI.Pagination.Examples.PaginationExampleController.CharacterCreationClassButtons = null
PagedRect UI.Pagination.Examples.PaginationExampleController.CharacterCreationExample = null
InputField UI.Pagination.Examples.PaginationExampleController.CharacterCreationNameField = null
List<Button> UI.Pagination.Examples.PaginationExampleController.ControlButtons = null
PagedRect UI.Pagination.Examples.PaginationExampleController.DynamicPagesExample = null
Color UI.Pagination.Examples.PaginationExampleController.ExampleButtonHighlightedColor
Color UI.Pagination.Examples.PaginationExampleController.ExampleButtonNormalColor
InputField UI.Pagination.Examples.PaginationExampleController.HorizontalAnimationSpeedTextField = null
List<Button> UI.Pagination.Examples.PaginationExampleController.HorizontalAnimationTypeButtons = null
InputField UI.Pagination.Examples.PaginationExampleController.HorizontalDelayTextField = null
InputField UI.Pagination.Examples.PaginationExampleController.HorizontalMaximumNumberOfButtonsToShowField = null
PagedRect UI.Pagination.Examples.PaginationExampleController.HorizontalPaginationExample = null
PagedRect UI.Pagination.Examples.PaginationExampleController.NestedScrollRectExample = null
PagedRect UI.Pagination.Examples.PaginationExampleController.PagePreviewsHorizontalExample = null
PagedRect UI.Pagination.Examples.PaginationExampleController.PagePreviewsVerticalExample = null
PagedRect UI.Pagination.Examples.PaginationExampleController.SliderExample = null
PagedRect UI.Pagination.Examples.PaginationExampleController.SliderScrollRectExample = null
Button UI.Pagination.Examples.PaginationExampleController.ToggleLastPageButton = null
InputField UI.Pagination.Examples.PaginationExampleController.VerticalAnimationSpeedTextField = null
List<Button> UI.Pagination.Examples.PaginationExampleController.VerticalAnimationTypeButtons = null
InputField UI.Pagination.Examples.PaginationExampleController.VerticalDelayTextField = null
InputField UI.Pagination.Examples.PaginationExampleController.VerticalMaximumNumberOfButtonsToShowField = null
PagedRect UI.Pagination.Examples.PaginationExampleController.VerticalPaginationExample = null

The documentation for this class was generated from the following file: