C# Class endMenuScript, Viewport

Inheritance: MonoBehaviour
Datei anzeigen Open project: tws2xa/Viewport Class Usage Examples

Public Properties

Property Type Description
arrowSelectors List
loadingIndicatorSpinAmount int
materials List
playerPlaceText List
playerTimeText List
spinButtonIndicators List
submitLevelButtons List

Public Methods

Method Description
HideUnsetSpheres ( ) : void
InitLists ( ) : void
RestartLevel ( ) : void
SetLoadingState ( bool loading ) : void

Set the loading state to true or false

SetSphereMaterials ( ) : void
SetSpheres ( ) : void
Start ( ) : void
Update ( ) : void
setTimes ( ) : void
toMenu ( ) : void

Method Details

HideUnsetSpheres() public method

public HideUnsetSpheres ( ) : void
return void

InitLists() public method

public InitLists ( ) : void
return void

RestartLevel() public method

public RestartLevel ( ) : void
return void

SetLoadingState() public method

Set the loading state to true or false
public SetLoadingState ( bool loading ) : void
loading bool
return void

SetSphereMaterials() public method

public SetSphereMaterials ( ) : void
return void

SetSpheres() public method

public SetSpheres ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setTimes() public method

public setTimes ( ) : void
return void

toMenu() public method

public toMenu ( ) : void
return void

Property Details

arrowSelectors public_oe property

public List arrowSelectors
return List

loadingIndicatorSpinAmount public_oe property

public int loadingIndicatorSpinAmount
return int

materials public_oe property

public List materials
return List

playerPlaceText public_oe property

public List playerPlaceText
return List

playerTimeText public_oe property

public List playerTimeText
return List

spinButtonIndicators public_oe property

public List spinButtonIndicators
return List

submitLevelButtons public_oe property

public List submitLevelButtons
return List