C# Class endMenuScript, Viewport

Inheritance: MonoBehaviour
Afficher le fichier Open project: tws2xa/Viewport Class Usage Examples

Méthodes publiques

Свойство Type Description
arrowSelectors List
loadingIndicatorSpinAmount int
materials List
playerPlaceText List
playerTimeText List
spinButtonIndicators List
submitLevelButtons List

Méthodes publiques

Méthode 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 méthode

public HideUnsetSpheres ( ) : void
Résultat void

InitLists() public méthode

public InitLists ( ) : void
Résultat void

RestartLevel() public méthode

public RestartLevel ( ) : void
Résultat void

SetLoadingState() public méthode

Set the loading state to true or false
public SetLoadingState ( bool loading ) : void
loading bool
Résultat void

SetSphereMaterials() public méthode

public SetSphereMaterials ( ) : void
Résultat void

SetSpheres() public méthode

public SetSpheres ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setTimes() public méthode

public setTimes ( ) : void
Résultat void

toMenu() public méthode

public toMenu ( ) : void
Résultat void

Property Details

arrowSelectors public_oe property

public List arrowSelectors
Résultat List

loadingIndicatorSpinAmount public_oe property

public int loadingIndicatorSpinAmount
Résultat int

materials public_oe property

public List materials
Résultat List

playerPlaceText public_oe property

public List playerPlaceText
Résultat List

playerTimeText public_oe property

public List playerTimeText
Résultat List

spinButtonIndicators public_oe property

public List spinButtonIndicators
Résultat List

submitLevelButtons public_oe property

public List submitLevelButtons
Résultat List