C# Класс 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.
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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