C# Class CubeMover, GoogleSheetsBackEndExample

Moves a 3D Cube (or any 3D object) from side to side on the X-axis according to the provided configuration from Google Sheets if available. The class loads the configuration from Google Docs each run of the game, so to see the effect of changing the doc, reload the game.
Inheritance: MonoBehaviour
Datei anzeigen Open project: JellyButtonGames/GoogleSheetsBackEndExample Class Usage Examples

Private Methods

Method Description
ApplyToCube ( ) : void
FinalizeInitialization ( ) : void
OnSheetLoadFailed ( ) : void

Called when the Google Sheet has failed to load

OnSheetLoaded ( ) : void

Called when the Google Sheet has been loaded and parsed

Start ( ) : void
StartMoving ( ) : void
StepCube ( ) : void
SwitchDirection ( ) : void
Update ( ) : void